Html Css Color HEX #358BEC Dodger Blue

📋 copy color: '#358BEC'

red 53 ◦ green 139 ◦ blue 236

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

Shades of Dodger Blue #358BEC

Tints of Dodger Blue #358BEC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.48%

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

R = 12.38%
G = 32.48%
B = 55.14%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#358BEC (or 0x358BEC) is known color: Dodger Blue. HEX triplet: 35, 8B and EC. RGB value is (53,139,236). Sum of RGB (Red+Green+Blue) = 53+139+236=428 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.38% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #358BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358BEC is #CA7413. Grayscale: #7B7B7B. Windows color (decimal): -13267988 or 15502133. OLE color: 15502133.

HSL color Cylindrical-coordinate representation of color #358BEC: hue angle of 211.8º 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 #358BEC is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 139 236 -
CMYK 0.78 0.41 0 0.07
HSL 211.8º 0.83% 0.57% -
HSV(B) 211.8º 0.78% 0.93% -
XYZ 25.84 25.28 82.87 -
YUV 124.34 191.01 77.11 -
System Red Green Blue C M Y K H S L
Decimal 53 139 236 0.78 0.41 0 0.07 211.8 0.83 0.57
Hex 35 8B EC 4E 29 0 7 D4 53 39
Octal 65 213 354 116 51 0 7 324 123 71
Binary 110101 10001011 11101100 1001110 101001 0 111 11010100 1010011 111001

Color Harmonies of #358BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358BEC

Black with #358BEC

Text Example


Text Example

White with #358BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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