Html Css Color HEX #358DFD Dodger Blue

📋 copy color: '#358DFD'

red 53 ◦ green 141 ◦ blue 253

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

Shades of Dodger Blue #358DFD

Tints of Dodger Blue #358DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.6%

R = 11.86%
G = 31.54%
B = 56.6%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#358DFD (or 0x358DFD) is known color: Dodger Blue. HEX triplet: 35, 8D and FD. RGB value is (53,141,253). Sum of RGB (Red+Green+Blue) = 53+141+253=447 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.86% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #358DFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358DFD is #CA7202. Grayscale: #7E7E7E. Windows color (decimal): -13267459 or 16616757. OLE color: 16616757.

HSL color Cylindrical-coordinate representation of color #358DFD: hue angle of 213.6º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #358DFD is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 53 141 253 -
CMYK 0.79 0.44 0 0.01
HSL 213.6º 0.98% 0.6% -
HSV(B) 213.6º 0.79% 0.99% -
XYZ 28.72 26.9 96.61 -
YUV 127.46 198.85 74.89 -
System Red Green Blue C M Y K H S L
Decimal 53 141 253 0.79 0.44 0 0.01 213.6 0.98 0.6
Hex 35 8D FD 4F 2C 0 1 D6 62 3C
Octal 65 215 375 117 54 0 1 326 142 74
Binary 110101 10001101 11111101 1001111 101100 0 1 11010110 1100010 111100

Color Harmonies of #358DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358DFD

Black with #358DFD

Text Example


Text Example

White with #358DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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