Html Css Color HEX #358DE6 Dodger Blue

📋 copy color: '#358DE6'

red 53 ◦ green 141 ◦ blue 230

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

Shades of Dodger Blue #358DE6

Tints of Dodger Blue #358DE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 54.25%

R = 12.5%
G = 33.25%
B = 54.25%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#358DE6 (or 0x358DE6) is known color: Dodger Blue. HEX triplet: 35, 8D and E6. RGB value is (53,141,230). Sum of RGB (Red+Green+Blue) = 53+141+230=424 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.5% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #358DE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358DE6 is #CA7219. Grayscale: #7C7C7C. Windows color (decimal): -13267482 or 15109429. OLE color: 15109429.

HSL color Cylindrical-coordinate representation of color #358DE6: hue angle of 210.17º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #358DE6 is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 141 230 -
CMYK 0.77 0.39 0 0.10
HSL 210.17º 0.78% 0.55% -
HSV(B) 210.17º 0.77% 0.9% -
XYZ 25.28 25.52 78.46 -
YUV 124.83 187.35 76.76 -
System Red Green Blue C M Y K H S L
Decimal 53 141 230 0.77 0.39 0 0.10 210.17 0.78 0.55
Hex 35 8D E6 4D 27 0 A D2 4E 37
Octal 65 215 346 115 47 0 12 322 116 67
Binary 110101 10001101 11100110 1001101 100111 0 1010 11010010 1001110 110111

Color Harmonies of #358DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358DE6

Black with #358DE6

Text Example


Text Example

White with #358DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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