Html Css Color HEX #358DFB Dodger Blue

📋 copy color: '#358DFB'

red 53 ◦ green 141 ◦ blue 251

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

Shades of Dodger Blue #358DFB

Tints of Dodger Blue #358DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.4%

R = 11.91%
G = 31.69%
B = 56.4%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#358DFB (or 0x358DFB) is known color: Dodger Blue. HEX triplet: 35, 8D and FB. RGB value is (53,141,251). Sum of RGB (Red+Green+Blue) = 53+141+251=445 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.91% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #358DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358DFB is #CA7204. Grayscale: #7E7E7E. Windows color (decimal): -13267461 or 16485685. OLE color: 16485685.

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

Color convert

RGB 53 141 251 -
CMYK 0.79 0.44 0 0.02
HSL 213.33º 0.96% 0.6% -
HSV(B) 213.33º 0.79% 0.98% -
XYZ 28.41 26.77 94.94 -
YUV 127.23 197.85 75.06 -
System Red Green Blue C M Y K H S L
Decimal 53 141 251 0.79 0.44 0 0.02 213.33 0.96 0.6
Hex 35 8D FB 4F 2C 0 2 D5 60 3C
Octal 65 215 373 117 54 0 2 325 140 74
Binary 110101 10001101 11111011 1001111 101100 0 10 11010101 1100000 111100

Color Harmonies of #358DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358DFB

Black with #358DFB

Text Example


Text Example

White with #358DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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