Html Css Color HEX #209BED Dodger Blue

📋 copy color: '#209BED'

red 32 ◦ green 155 ◦ blue 237

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

Shades of Dodger Blue #209BED

Tints of Dodger Blue #209BED

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.56%

 BLUE value IS 237 (92.97% from 255) = 55.9%

R = 7.55%
G = 36.56%
B = 55.9%

CMYK

 C value IS 0.86

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#209BED (or 0x209BED) is known color: Dodger Blue. HEX triplet: 20, 9B and ED. RGB value is (32,155,237). Sum of RGB (Red+Green+Blue) = 32+155+237=424 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.55% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 237 (92.97% from 255 or 55.90% from 424); Max value from RGB is 237 - color contains mainly: blue. Hex color #209BED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #209BED is #DF6412. Grayscale: #7F7F7F. Windows color (decimal): -14640147 or 15571744. OLE color: 15571744.

HSL color Cylindrical-coordinate representation of color #209BED: hue angle of 204º degrees, saturation: 0.85, 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 #209BED is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 155 237 -
CMYK 0.86 0.35 0 0.07
HSL 204º 0.85% 0.53% -
HSV(B) 204º 0.86% 0.93% -
XYZ 27.6 29.86 84.43 -
YUV 127.57 189.75 59.83 -
System Red Green Blue C M Y K H S L
Decimal 32 155 237 0.86 0.35 0 0.07 204 0.85 0.53
Hex 20 9B ED 56 23 0 7 CC 55 35
Octal 40 233 355 126 43 0 7 314 125 65
Binary 100000 10011011 11101101 1010110 100011 0 111 11001100 1010101 110101

Color Harmonies of #209BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209BED

Black with #209BED

Text Example


Text Example

White with #209BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209BED; }

 p { color: rgb(32,155,237); }

 H1.HeaderClassName
 {
   color: #209BED;
 }
 .AnyTagClassName
 {
   color: #209BED;
 }
</style>

background-color css

<style>
 a { background-color: #209BED; }

 a { background-color: rgb(32,155,237); }

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

border-color css

<style>
 span { border-color: #209BED; }

 span { border-color: rgb(32,155,237); }

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