Html Css Color HEX #030FEE Blue

📋 copy color: '#030FEE'

red 3 ◦ green 15 ◦ blue 238

#030FEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #030FEE

Tints of Blue #030FEE

RGB

 RED value IS 3 (1.56% from 255) = 1.17%

 GREEN value IS 15 (6.25% from 255) = 5.86%

 BLUE value IS 238 (93.36% from 255) = 92.97%

R = 1.17%
G = 5.86%
B = 92.97%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#030FEE (or 0x030FEE) is known color: Blue. HEX triplet: 03, 0F and EE. RGB value is (3,15,238). Sum of RGB (Red+Green+Blue) = 3+15+238=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 238 (93.36% from 255 or 92.97% from 256); Max value from RGB is 238 - color contains mainly: blue. Hex color #030FEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030FEE is #FCF011. Grayscale: #232323. Windows color (decimal): -16576530 or 15601411. OLE color: 15601411.

HSL color Cylindrical-coordinate representation of color #030FEE: hue angle of 236.94º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030FEE is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 15 238 -
CMYK 0.99 0.94 0 0.07
HSL 236.94º 0.98% 0.47% -
HSV(B) 236.94º 0.99% 0.93% -
XYZ 15.64 6.53 81.33 -
YUV 36.83 241.52 103.87 -
System Red Green Blue C M Y K H S L
Decimal 3 15 238 0.99 0.94 0 0.07 236.94 0.98 0.47
Hex 3 F EE 63 5E 0 7 ED 62 2F
Octal 3 17 356 143 136 0 7 355 142 57
Binary 11 1111 11101110 1100011 1011110 0 111 11101101 1100010 101111

Color Harmonies of #030FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030FEE

Black with #030FEE

Text Example


Text Example

White with #030FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030FEE; }

 p { color: rgb(3,15,238); }

 H1.HeaderClassName
 {
   color: #030FEE;
 }
 .AnyTagClassName
 {
   color: #030FEE;
 }
</style>

background-color css

<style>
 a { background-color: #030FEE; }

 a { background-color: rgb(3,15,238); }

 div.DivClassName
 {
   background-color: #030FEE;
 }
 .BgClassName
 {
   background-color: #030FEE;
 }
</style>

border-color css

<style>
 span { border-color: #030FEE; }

 span { border-color: rgb(3,15,238); }

 td.TdClassName
 {
   border-color: #030FEE;
 }
 .TagClassName
 {
   border-color: #030FEE;
 }
</style>