Html Css Color HEX #040CEA Blue

📋 copy color: '#040CEA'

red 4 ◦ green 12 ◦ blue 234

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

Shades of Blue #040CEA

Tints of Blue #040CEA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.8%

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

R = 1.6%
G = 4.8%
B = 93.6%

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

#040CEA (or 0x040CEA) is known color: Blue. HEX triplet: 04, 0C and EA. RGB value is (4,12,234). Sum of RGB (Red+Green+Blue) = 4+12+234=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 234 (91.80% from 255 or 93.6% from 250); Max value from RGB is 234 - color contains mainly: blue. Hex color #040CEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040CEA is #FBF315. Grayscale: #222222. Windows color (decimal): -16511766 or 15338500. OLE color: 15338500.

HSL color Cylindrical-coordinate representation of color #040CEA: hue angle of 237.91º 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 #040CEA is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 12 234 -
CMYK 0.98 0.95 0 0.08
HSL 237.91º 0.97% 0.47% -
HSV(B) 237.91º 0.98% 0.92% -
XYZ 15.03 6.23 78.25 -
YUV 34.92 240.35 105.95 -
System Red Green Blue C M Y K H S L
Decimal 4 12 234 0.98 0.95 0 0.08 237.91 0.97 0.47
Hex 4 C EA 62 5F 0 8 EE 61 2F
Octal 4 14 352 142 137 0 10 356 141 57
Binary 100 1100 11101010 1100010 1011111 0 1000 11101110 1100001 101111

Color Harmonies of #040CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040CEA

Black with #040CEA

Text Example


Text Example

White with #040CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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