#358EED

Color #358EED Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #358EED

Tints of Dodger Blue #358EED

Color information

#358EED (or 0x358EED) is unknown color: approx Dodger Blue. HEX triplet: 35, 8E and ED. RGB value is (53,142,237). Sum of RGB (Red+Green+Blue) = 53+142+237=432 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.27% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #358EED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358EED is #CA7112. Grayscale: #7D7D7D. Windows color (decimal): -13267219 or 15568437. OLE color: 15568437.

HSL color Cylindrical-coordinate representation of color #358EED: hue angle of 210.98º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #358EED is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB53142237-
CMYK0.780.4000.07
HSL210.98º83.64%56.86%-
HSV(B)210.98º77.64%92.94%-
XYZ26.4326.2283.79-
YUV126.22190.5175.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.27%
GREEN value IS 142 (55.86% from 255) = 32.87%
BLUE value IS 237 (92.97% from 255) = 54.86%
R=12.27%
G=32.87%
B=54.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal531422370.780.4000.07210.9883.6456.86
Hex358EED4E2807d35439
Octal65216355116500732312471
Binary110101100011101110110110011101010000111110100111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358EED; }

 p { color: rgb(53,142,237); }

 H1.HeaderClassName
 {
   color: #358EED;
 }
 .AnyTagClassName
 {
   color: #358EED;
 }
</style>
background-color css

<style>
 a { background-color: #358EED; }

 a { background-color: rgb(53,142,237); }

 div.DivClassName
 {
   background-color: #358EED;
 }
 .BgClassName
 {
   background-color: #358EED;
 }
</style>
border-color css

<style>
 span { border-color: #358EED; }

 span { border-color: rgb(53,142,237); }

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