Html Css Color HEX #040CEF Blue

📋 copy color: '#040CEF'

red 4 ◦ green 12 ◦ blue 239

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

Shades of Blue #040CEF

Tints of Blue #040CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 93.73%

R = 1.57%
G = 4.71%
B = 93.73%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#040CEF (or 0x040CEF) is known color: Blue. HEX triplet: 04, 0C and EF. RGB value is (4,12,239). Sum of RGB (Red+Green+Blue) = 4+12+239=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 239 (93.75% from 255 or 93.73% from 255); Max value from RGB is 239 - color contains mainly: blue. Hex color #040CEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040CEF is #FBF310. Grayscale: #222222. Windows color (decimal): -16511761 or 15666180. OLE color: 15666180.

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

Color convert

RGB 4 12 239 -
CMYK 0.98 0.95 0 0.06
HSL 237.96º 0.97% 0.48% -
HSV(B) 237.96º 0.98% 0.94% -
XYZ 15.76 6.52 82.09 -
YUV 35.49 242.85 105.54 -
System Red Green Blue C M Y K H S L
Decimal 4 12 239 0.98 0.95 0 0.06 237.96 0.97 0.48
Hex 4 C EF 62 5F 0 6 EE 61 30
Octal 4 14 357 142 137 0 6 356 141 60
Binary 100 1100 11101111 1100010 1011111 0 110 11101110 1100001 110000

Color Harmonies of #040CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040CEF

Black with #040CEF

Text Example


Text Example

White with #040CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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