Html Css Color HEX #358AE6 Dodger Blue

📋 copy color: '#358AE6'

red 53 ◦ green 138 ◦ blue 230

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

Shades of Dodger Blue #358AE6

Tints of Dodger Blue #358AE6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.78%

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

R = 12.59%
G = 32.78%
B = 54.63%

CMYK

 C value IS 0.77

 M value IS 0.4

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#358AE6 (or 0x358AE6) is known color: Dodger Blue. HEX triplet: 35, 8A and E6. RGB value is (53,138,230). Sum of RGB (Red+Green+Blue) = 53+138+230=421 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.59% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 230 (90.23% from 255 or 54.63% from 421); Max value from RGB is 230 - color contains mainly: blue. Hex color #358AE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358AE6 is #CA7519. Grayscale: #7A7A7A. Windows color (decimal): -13268250 or 15108661. OLE color: 15108661.

HSL color Cylindrical-coordinate representation of color #358AE6: hue angle of 211.19º 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 #358AE6 is Cyan = 0.77, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 138 230 -
CMYK 0.77 0.4 0 0.10
HSL 211.19º 0.78% 0.55% -
HSV(B) 211.19º 0.77% 0.9% -
XYZ 24.84 24.65 78.31 -
YUV 123.07 188.34 78.02 -
System Red Green Blue C M Y K H S L
Decimal 53 138 230 0.77 0.4 0 0.10 211.19 0.78 0.55
Hex 35 8A E6 4D 28 0 A D3 4E 37
Octal 65 212 346 115 50 0 12 323 116 67
Binary 110101 10001010 11100110 1001101 101000 0 1010 11010011 1001110 110111

Color Harmonies of #358AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358AE6

Black with #358AE6

Text Example


Text Example

White with #358AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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