#358CEE

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

Shades of Dodger Blue #358CEE

Tints of Dodger Blue #358CEE

Color information

#358CEE (or 0x358CEE) is unknown color: approx Dodger Blue. HEX triplet: 35, 8C and EE. RGB value is (53,140,238). Sum of RGB (Red+Green+Blue) = 53+140+238=431 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.30% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #358CEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358CEE is #CA7311. Grayscale: #7C7C7C. Windows color (decimal): -13267730 or 15633461. OLE color: 15633461.

HSL color Cylindrical-coordinate representation of color #358CEE: hue angle of 211.78º 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 #358CEE is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB53140238-
CMYK0.780.4100.07
HSL211.78º84.47%57.06%-
HSV(B)211.78º77.73%93.33%-
XYZ26.2825.6984.46-
YUV125.16191.6876.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.30%
GREEN value IS 140 (55.08% from 255) = 32.48%
BLUE value IS 238 (93.36% from 255) = 55.22%
R=12.30%
G=32.48%
B=55.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal531402380.780.4100.07211.7884.4757.06
Hex358CEE4E2907d45439
Octal65214356116510732412471
Binary110101100011001110111010011101010010111110101001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,140,238); }

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

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

 a { background-color: rgb(53,140,238); }

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

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

 span { border-color: rgb(53,140,238); }

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