Html Css Color HEX #358EED Dodger Blue

📋 copy color: '#358EED'

red 53 ◦ green 142 ◦ blue 237

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

Shades of Dodger Blue #358EED

Tints of Dodger Blue #358EED

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 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

#358EED (or 0x358EED) is known color: 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

RGB 53 142 237 -
CMYK 0.78 0.40 0 0.07
HSL 210.98º 0.84% 0.57% -
HSV(B) 210.98º 0.78% 0.93% -
XYZ 26.43 26.22 83.79 -
YUV 126.22 190.51 75.78 -
System Red Green Blue C M Y K H S L
Decimal 53 142 237 0.78 0.40 0 0.07 210.98 0.84 0.57
Hex 35 8E ED 4E 28 0 7 D3 54 39
Octal 65 216 355 116 50 0 7 323 124 71
Binary 110101 10001110 11101101 1001110 101000 0 111 11010011 1010100 111001

Color Harmonies of #358EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358EED

Black with #358EED

Text Example


Text Example

White with #358EED

Text Example


Text Example

HTML Codes & Css Web 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>