Html Css Color HEX #040EEB Blue

📋 copy color: '#040EEB'

red 4 ◦ green 14 ◦ blue 235

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

Shades of Blue #040EEB

Tints of Blue #040EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 92.89%

R = 1.58%
G = 5.53%
B = 92.89%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#040EEB (or 0x040EEB) is known color: Blue. HEX triplet: 04, 0E and EB. RGB value is (4,14,235). Sum of RGB (Red+Green+Blue) = 4+14+235=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 235 (92.19% from 255 or 92.89% from 253); Max value from RGB is 235 - color contains mainly: blue. Hex color #040EEB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040EEB is #FBF114. Grayscale: #232323. Windows color (decimal): -16511253 or 15404548. OLE color: 15404548.

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

Color convert

RGB 4 14 235 -
CMYK 0.98 0.94 0 0.08
HSL 237.4º 0.97% 0.47% -
HSV(B) 237.4º 0.98% 0.92% -
XYZ 15.2 6.34 79.02 -
YUV 36.2 240.19 105.03 -
System Red Green Blue C M Y K H S L
Decimal 4 14 235 0.98 0.94 0 0.08 237.4 0.97 0.47
Hex 4 E EB 62 5E 0 8 ED 61 2F
Octal 4 16 353 142 136 0 10 355 141 57
Binary 100 1110 11101011 1100010 1011110 0 1000 11101101 1100001 101111

Color Harmonies of #040EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040EEB

Black with #040EEB

Text Example


Text Example

White with #040EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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