Html Css Color HEX #040DED Blue

📋 copy color: '#040DED'

red 4 ◦ green 13 ◦ blue 237

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

Shades of Blue #040DED

Tints of Blue #040DED

RGB

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

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

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

R = 1.57%
G = 5.12%
B = 93.31%

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

#040DED (or 0x040DED) is known color: Blue. HEX triplet: 04, 0D and ED. RGB value is (4,13,237). Sum of RGB (Red+Green+Blue) = 4+13+237=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 237 (92.97% from 255 or 93.31% from 254); Max value from RGB is 237 - color contains mainly: blue. Hex color #040DED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040DED is #FBF212. Grayscale: #222222. Windows color (decimal): -16511507 or 15535364. OLE color: 15535364.

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

Color convert

RGB 4 13 237 -
CMYK 0.98 0.95 0 0.07
HSL 237.68º 0.97% 0.47% -
HSV(B) 237.68º 0.98% 0.93% -
XYZ 15.48 6.43 80.55 -
YUV 35.85 241.52 105.29 -
System Red Green Blue C M Y K H S L
Decimal 4 13 237 0.98 0.95 0 0.07 237.68 0.97 0.47
Hex 4 D ED 62 5F 0 7 EE 61 2F
Octal 4 15 355 142 137 0 7 356 141 57
Binary 100 1101 11101101 1100010 1011111 0 111 11101110 1100001 101111

Color Harmonies of #040DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040DED

Black with #040DED

Text Example


Text Example

White with #040DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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