Html Css Color HEX #358DEE Dodger Blue

📋 copy color: '#358DEE'

red 53 ◦ green 141 ◦ blue 238

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

Shades of Dodger Blue #358DEE

Tints of Dodger Blue #358DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.09%

R = 12.27%
G = 32.64%
B = 55.09%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#358DEE (or 0x358DEE) is known color: Dodger Blue. HEX triplet: 35, 8D and EE. RGB value is (53,141,238). Sum of RGB (Red+Green+Blue) = 53+141+238=432 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.27% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #358DEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358DEE is #CA7211. Grayscale: #7D7D7D. Windows color (decimal): -13267474 or 15633717. OLE color: 15633717.

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

Color convert

RGB 53 141 238 -
CMYK 0.78 0.41 0 0.07
HSL 211.46º 0.84% 0.57% -
HSV(B) 211.46º 0.78% 0.93% -
XYZ 26.43 25.98 84.51 -
YUV 125.75 191.35 76.11 -
System Red Green Blue C M Y K H S L
Decimal 53 141 238 0.78 0.41 0 0.07 211.46 0.84 0.57
Hex 35 8D EE 4E 29 0 7 D3 54 39
Octal 65 215 356 116 51 0 7 323 124 71
Binary 110101 10001101 11101110 1001110 101001 0 111 11010011 1010100 111001

Color Harmonies of #358DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358DEE

Black with #358DEE

Text Example


Text Example

White with #358DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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