Html Css Color HEX #040EFF Blue

📋 copy color: '#040EFF'

red 4 ◦ green 14 ◦ blue 255

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

Shades of Blue #040EFF

Tints of Blue #040EFF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.13%

 BLUE value IS 255 (100% from 255) = 93.41%

R = 1.47%
G = 5.13%
B = 93.41%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#040EFF (or 0x040EFF) is known color: Blue. HEX triplet: 04, 0E and FF. RGB value is (4,14,255). Sum of RGB (Red+Green+Blue) = 4+14+255=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 255 (100% from 255 or 93.41% from 273); Max value from RGB is 255 - color contains mainly: blue. Hex color #040EFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040EFF is #FBF100. Grayscale: #252525. Windows color (decimal): -16511233 or 16715268. OLE color: 16715268.

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

Color convert

RGB 4 14 255 -
CMYK 0.98 0.95 0 0
HSL 237.61º 1% 0.51% -
HSV(B) 237.61º 0.98% 1% -
XYZ 18.26 7.56 95.1 -
YUV 38.48 250.19 103.4 -
System Red Green Blue C M Y K H S L
Decimal 4 14 255 0.98 0.95 0 0 237.61 1 0.51
Hex 4 E FF 62 5F 0 0 EE 64 33
Octal 4 16 377 142 137 0 0 356 144 63
Binary 100 1110 11111111 1100010 1011111 0 0 11101110 1100100 110011

Color Harmonies of #040EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040EFF

Black with #040EFF

Text Example


Text Example

White with #040EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,14,255); }

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

background-color css

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

 a { background-color: rgb(4,14,255); }

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

border-color css

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

 span { border-color: rgb(4,14,255); }

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