Html Css Color HEX #040CED Blue

📋 copy color: '#040CED'

red 4 ◦ green 12 ◦ blue 237

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

Shades of Blue #040CED

Tints of Blue #040CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 93.68%

R = 1.58%
G = 4.74%
B = 93.68%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#040CED (or 0x040CED) is known color: Blue. HEX triplet: 04, 0C and ED. RGB value is (4,12,237). Sum of RGB (Red+Green+Blue) = 4+12+237=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 237 (92.97% from 255 or 93.68% from 253); Max value from RGB is 237 - color contains mainly: blue. Hex color #040CED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040CED is #FBF312. Grayscale: #222222. Windows color (decimal): -16511763 or 15535108. OLE color: 15535108.

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

Color convert

RGB 4 12 237 -
CMYK 0.98 0.95 0 0.07
HSL 237.94º 0.97% 0.47% -
HSV(B) 237.94º 0.98% 0.93% -
XYZ 15.47 6.4 80.54 -
YUV 35.26 241.85 105.7 -
System Red Green Blue C M Y K H S L
Decimal 4 12 237 0.98 0.95 0 0.07 237.94 0.97 0.47
Hex 4 C ED 62 5F 0 7 EE 61 2F
Octal 4 14 355 142 137 0 7 356 141 57
Binary 100 1100 11101101 1100010 1011111 0 111 11101110 1100001 101111

Color Harmonies of #040CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040CED

Black with #040CED

Text Example


Text Example

White with #040CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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