Html Css Color HEX #040DEE Blue

📋 copy color: '#040DEE'

red 4 ◦ green 13 ◦ blue 238

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

Shades of Blue #040DEE

Tints of Blue #040DEE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.1%

 BLUE value IS 238 (93.36% from 255) = 93.33%

R = 1.57%
G = 5.1%
B = 93.33%

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

#040DEE (or 0x040DEE) is known color: Blue. HEX triplet: 04, 0D and EE. RGB value is (4,13,238). Sum of RGB (Red+Green+Blue) = 4+13+238=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 238 (93.36% from 255 or 93.33% from 255); Max value from RGB is 238 - color contains mainly: blue. Hex color #040DEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040DEE is #FBF211. Grayscale: #232323. Windows color (decimal): -16511506 or 15600900. OLE color: 15600900.

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

Color convert

RGB 4 13 238 -
CMYK 0.98 0.95 0 0.07
HSL 237.69º 0.97% 0.47% -
HSV(B) 237.69º 0.98% 0.93% -
XYZ 15.63 6.49 81.32 -
YUV 35.96 242.02 105.2 -
System Red Green Blue C M Y K H S L
Decimal 4 13 238 0.98 0.95 0 0.07 237.69 0.97 0.47
Hex 4 D EE 62 5F 0 7 EE 61 2F
Octal 4 15 356 142 137 0 7 356 141 57
Binary 100 1101 11101110 1100010 1011111 0 111 11101110 1100001 101111

Color Harmonies of #040DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040DEE

Black with #040DEE

Text Example


Text Example

White with #040DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,13,238); }

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

background-color css

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

 a { background-color: rgb(4,13,238); }

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

border-color css

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

 span { border-color: rgb(4,13,238); }

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