Html Css Color HEX #040FED Blue

📋 copy color: '#040FED'

red 4 ◦ green 15 ◦ blue 237

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

Shades of Blue #040FED

Tints of Blue #040FED

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.86%

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

R = 1.56%
G = 5.86%
B = 92.58%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#040FED (or 0x040FED) is known color: Blue. HEX triplet: 04, 0F and ED. RGB value is (4,15,237). Sum of RGB (Red+Green+Blue) = 4+15+237=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 237 (92.97% from 255 or 92.58% from 256); Max value from RGB is 237 - color contains mainly: blue. Hex color #040FED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040FED is #FBF012. Grayscale: #242424. Windows color (decimal): -16510995 or 15535876. OLE color: 15535876.

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

Color convert

RGB 4 15 237 -
CMYK 0.98 0.94 0 0.07
HSL 237.17º 0.97% 0.47% -
HSV(B) 237.17º 0.98% 0.93% -
XYZ 15.51 6.48 80.55 -
YUV 37.02 240.86 104.45 -
System Red Green Blue C M Y K H S L
Decimal 4 15 237 0.98 0.94 0 0.07 237.17 0.97 0.47
Hex 4 F ED 62 5E 0 7 ED 61 2F
Octal 4 17 355 142 136 0 7 355 141 57
Binary 100 1111 11101101 1100010 1011110 0 111 11101101 1100001 101111

Color Harmonies of #040FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040FED

Black with #040FED

Text Example


Text Example

White with #040FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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