Html Css Color HEX #358DFF Dodger Blue

📋 copy color: '#358DFF'

red 53 ◦ green 141 ◦ blue 255

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

Shades of Dodger Blue #358DFF

Tints of Dodger Blue #358DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.79%

R = 11.8%
G = 31.4%
B = 56.79%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#358DFF (or 0x358DFF) is known color: Dodger Blue. HEX triplet: 35, 8D and FF. RGB value is (53,141,255). Sum of RGB (Red+Green+Blue) = 53+141+255=449 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.80% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #358DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358DFF is #CA7200. Grayscale: #7F7F7F. Windows color (decimal): -13267457 or 16747829. OLE color: 16747829.

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

Color convert

RGB 53 141 255 -
CMYK 0.79 0.45 0 0
HSL 213.86º 1% 0.6% -
HSV(B) 213.86º 0.79% 1% -
XYZ 29.04 27.03 98.29 -
YUV 127.68 199.85 74.73 -
System Red Green Blue C M Y K H S L
Decimal 53 141 255 0.79 0.45 0 0 213.86 1 0.6
Hex 35 8D FF 4F 2D 0 0 D6 64 3C
Octal 65 215 377 117 55 0 0 326 144 74
Binary 110101 10001101 11111111 1001111 101101 0 0 11010110 1100100 111100

Color Harmonies of #358DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358DFF

Black with #358DFF

Text Example


Text Example

White with #358DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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