Html Css Color HEX #040CE7 Blue

📋 copy color: '#040CE7'

red 4 ◦ green 12 ◦ blue 231

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

Shades of Blue #040CE7

Tints of Blue #040CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 93.52%

R = 1.62%
G = 4.86%
B = 93.52%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#040CE7 (or 0x040CE7) is known color: Blue. HEX triplet: 04, 0C and E7. RGB value is (4,12,231). Sum of RGB (Red+Green+Blue) = 4+12+231=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 231 (90.62% from 255 or 93.52% from 247); Max value from RGB is 231 - color contains mainly: blue. Hex color #040CE7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040CE7 is #FBF318. Grayscale: #212121. Windows color (decimal): -16511769 or 15141892. OLE color: 15141892.

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

Color convert

RGB 4 12 231 -
CMYK 0.98 0.95 0 0.09
HSL 237.89º 0.97% 0.46% -
HSV(B) 237.89º 0.98% 0.91% -
XYZ 14.61 6.06 76 -
YUV 34.57 238.85 106.19 -
System Red Green Blue C M Y K H S L
Decimal 4 12 231 0.98 0.95 0 0.09 237.89 0.97 0.46
Hex 4 C E7 62 5F 0 9 EE 61 2E
Octal 4 14 347 142 137 0 11 356 141 56
Binary 100 1100 11100111 1100010 1011111 0 1001 11101110 1100001 101110

Color Harmonies of #040CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040CE7

Black with #040CE7

Text Example


Text Example

White with #040CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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