Html Css Color HEX #358AEC Dodger Blue

📋 copy color: '#358AEC'

red 53 ◦ green 138 ◦ blue 236

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

Shades of Dodger Blue #358AEC

Tints of Dodger Blue #358AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.27%

R = 12.41%
G = 32.32%
B = 55.27%

CMYK

 C value IS 0.78

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#358AEC (or 0x358AEC) is known color: Dodger Blue. HEX triplet: 35, 8A and EC. RGB value is (53,138,236). Sum of RGB (Red+Green+Blue) = 53+138+236=427 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.41% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #358AEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358AEC is #CA7513. Grayscale: #7B7B7B. Windows color (decimal): -13268244 or 15501877. OLE color: 15501877.

HSL color Cylindrical-coordinate representation of color #358AEC: hue angle of 212.13º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #358AEC is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 138 236 -
CMYK 0.78 0.42 0 0.07
HSL 212.13º 0.83% 0.57% -
HSV(B) 212.13º 0.78% 0.93% -
XYZ 25.7 24.99 82.83 -
YUV 123.76 191.34 77.53 -
System Red Green Blue C M Y K H S L
Decimal 53 138 236 0.78 0.42 0 0.07 212.13 0.83 0.57
Hex 35 8A EC 4E 2A 0 7 D4 53 39
Octal 65 212 354 116 52 0 7 324 123 71
Binary 110101 10001010 11101100 1001110 101010 0 111 11010100 1010011 111001

Color Harmonies of #358AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358AEC

Black with #358AEC

Text Example


Text Example

White with #358AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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