Html Css Color HEX #208BEC Dodger Blue

📋 copy color: '#208BEC'

red 32 ◦ green 139 ◦ blue 236

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

Shades of Dodger Blue #208BEC

Tints of Dodger Blue #208BEC

RGB

 RED value IS 32 (12.89% from 255) = 7.86%

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

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

R = 7.86%
G = 34.15%
B = 57.99%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#208BEC (or 0x208BEC) is known color: Dodger Blue. HEX triplet: 20, 8B and EC. RGB value is (32,139,236). Sum of RGB (Red+Green+Blue) = 32+139+236=407 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.86% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #208BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #208BEC is #DF7413. Grayscale: #757575. Windows color (decimal): -14644244 or 15502112. OLE color: 15502112.

HSL color Cylindrical-coordinate representation of color #208BEC: hue angle of 208.53º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #208BEC is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 139 236 -
CMYK 0.86 0.41 0 0.07
HSL 208.53º 0.84% 0.53% -
HSV(B) 208.53º 0.86% 0.93% -
XYZ 24.97 24.83 82.83 -
YUV 118.07 194.55 66.61 -
System Red Green Blue C M Y K H S L
Decimal 32 139 236 0.86 0.41 0 0.07 208.53 0.84 0.53
Hex 20 8B EC 56 29 0 7 D1 54 35
Octal 40 213 354 126 51 0 7 321 124 65
Binary 100000 10001011 11101100 1010110 101001 0 111 11010001 1010100 110101

Color Harmonies of #208BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208BEC

Black with #208BEC

Text Example


Text Example

White with #208BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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