Html Css Color HEX #040BEA Blue

📋 copy color: '#040BEA'

red 4 ◦ green 11 ◦ blue 234

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

Shades of Blue #040BEA

Tints of Blue #040BEA

RGB

 RED value IS 4 (1.95% from 255) = 1.61%

 GREEN value IS 11 (4.69% from 255) = 4.42%

 BLUE value IS 234 (91.8% from 255) = 93.98%

R = 1.61%
G = 4.42%
B = 93.98%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#040BEA (or 0x040BEA) is known color: Blue. HEX triplet: 04, 0B and EA. RGB value is (4,11,234). Sum of RGB (Red+Green+Blue) = 4+11+234=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 234 (91.80% from 255 or 93.98% from 249); Max value from RGB is 234 - color contains mainly: blue. Hex color #040BEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040BEA is #FBF415. Grayscale: #212121. Windows color (decimal): -16512022 or 15338244. OLE color: 15338244.

HSL color Cylindrical-coordinate representation of color #040BEA: hue angle of 238.17º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040BEA is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 11 234 -
CMYK 0.98 0.95 0 0.08
HSL 238.17º 0.97% 0.47% -
HSV(B) 238.17º 0.98% 0.92% -
XYZ 15.02 6.21 78.25 -
YUV 34.33 240.68 106.37 -
System Red Green Blue C M Y K H S L
Decimal 4 11 234 0.98 0.95 0 0.08 238.17 0.97 0.47
Hex 4 B EA 62 5F 0 8 EE 61 2F
Octal 4 13 352 142 137 0 10 356 141 57
Binary 100 1011 11101010 1100010 1011111 0 1000 11101110 1100001 101111

Color Harmonies of #040BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040BEA

Black with #040BEA

Text Example


Text Example

White with #040BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040BEA; }

 p { color: rgb(4,11,234); }

 H1.HeaderClassName
 {
   color: #040BEA;
 }
 .AnyTagClassName
 {
   color: #040BEA;
 }
</style>

background-color css

<style>
 a { background-color: #040BEA; }

 a { background-color: rgb(4,11,234); }

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

border-color css

<style>
 span { border-color: #040BEA; }

 span { border-color: rgb(4,11,234); }

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