Html Css Color HEX #358DEC Dodger Blue

📋 copy color: '#358DEC'

red 53 ◦ green 141 ◦ blue 236

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

Shades of Dodger Blue #358DEC

Tints of Dodger Blue #358DEC

RGB

 RED value IS 53 (21.09% from 255) = 12.33%

 GREEN value IS 141 (55.47% from 255) = 32.79%

 BLUE value IS 236 (92.58% from 255) = 54.88%

R = 12.33%
G = 32.79%
B = 54.88%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#358DEC (or 0x358DEC) is known color: Dodger Blue. HEX triplet: 35, 8D and EC. RGB value is (53,141,236). Sum of RGB (Red+Green+Blue) = 53+141+236=430 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.33% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #358DEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358DEC is #CA7213. Grayscale: #7D7D7D. Windows color (decimal): -13267476 or 15502645. OLE color: 15502645.

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

Color convert

RGB 53 141 236 -
CMYK 0.78 0.40 0 0.07
HSL 211.15º 0.83% 0.57% -
HSV(B) 211.15º 0.78% 0.93% -
XYZ 26.13 25.86 82.97 -
YUV 125.52 190.35 76.28 -
System Red Green Blue C M Y K H S L
Decimal 53 141 236 0.78 0.40 0 0.07 211.15 0.83 0.57
Hex 35 8D EC 4E 28 0 7 D3 53 39
Octal 65 215 354 116 50 0 7 323 123 71
Binary 110101 10001101 11101100 1001110 101000 0 111 11010011 1010011 111001

Color Harmonies of #358DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358DEC

Black with #358DEC

Text Example


Text Example

White with #358DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,141,236); }

 H1.HeaderClassName
 {
   color: #358DEC;
 }
 .AnyTagClassName
 {
   color: #358DEC;
 }
</style>

background-color css

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

 a { background-color: rgb(53,141,236); }

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

border-color css

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

 span { border-color: rgb(53,141,236); }

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