Html Css Color HEX #208EEE Dodger Blue

📋 copy color: '#208EEE'

red 32 ◦ green 142 ◦ blue 238

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

Shades of Dodger Blue #208EEE

Tints of Dodger Blue #208EEE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.47%

 BLUE value IS 238 (93.36% from 255) = 57.77%

R = 7.77%
G = 34.47%
B = 57.77%

CMYK

 C value IS 0.87

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#208EEE (or 0x208EEE) is known color: Dodger Blue. HEX triplet: 20, 8E and EE. RGB value is (32,142,238). Sum of RGB (Red+Green+Blue) = 32+142+238=412 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.77% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #208EEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #208EEE is #DF7111. Grayscale: #777777. Windows color (decimal): -14643474 or 15633952. OLE color: 15633952.

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

Color convert

RGB 32 142 238 -
CMYK 0.87 0.40 0 0.07
HSL 207.96º 0.86% 0.53% -
HSV(B) 207.96º 0.87% 0.93% -
XYZ 25.7 25.83 84.52 -
YUV 120.05 194.56 65.19 -
System Red Green Blue C M Y K H S L
Decimal 32 142 238 0.87 0.40 0 0.07 207.96 0.86 0.53
Hex 20 8E EE 57 28 0 7 D0 56 35
Octal 40 216 356 127 50 0 7 320 126 65
Binary 100000 10001110 11101110 1010111 101000 0 111 11010000 1010110 110101

Color Harmonies of #208EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208EEE

Black with #208EEE

Text Example


Text Example

White with #208EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,142,238); }

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

background-color css

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

 a { background-color: rgb(32,142,238); }

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

border-color css

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

 span { border-color: rgb(32,142,238); }

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