Html Css Color HEX #208BE3 Dodger Blue

📋 copy color: '#208BE3'

red 32 ◦ green 139 ◦ blue 227

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

Shades of Dodger Blue #208BE3

Tints of Dodger Blue #208BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 57.04%

R = 8.04%
G = 34.92%
B = 57.04%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#208BE3 (or 0x208BE3) is known color: Dodger Blue. HEX triplet: 20, 8B and E3. RGB value is (32,139,227). Sum of RGB (Red+Green+Blue) = 32+139+227=398 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.04% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 227 (89.06% from 255 or 57.04% from 398); Max value from RGB is 227 - color contains mainly: blue. Hex color #208BE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208BE3 is #DF741C. Grayscale: #747474. Windows color (decimal): -14644253 or 14912288. OLE color: 14912288.

HSL color Cylindrical-coordinate representation of color #208BE3: hue angle of 207.08º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #208BE3 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 32 139 227 -
CMYK 0.86 0.39 0 0.11
HSL 207.08º 0.78% 0.51% -
HSV(B) 207.08º 0.86% 0.89% -
XYZ 23.69 24.32 76.12 -
YUV 117.04 190.05 67.34 -
System Red Green Blue C M Y K H S L
Decimal 32 139 227 0.86 0.39 0 0.11 207.08 0.78 0.51
Hex 20 8B E3 56 27 0 B CF 4E 33
Octal 40 213 343 126 47 0 13 317 116 63
Binary 100000 10001011 11100011 1010110 100111 0 1011 11001111 1001110 110011

Color Harmonies of #208BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208BE3

Black with #208BE3

Text Example


Text Example

White with #208BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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