#289bed

Color #289BED Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #289BED

Tints of Dodger Blue #289BED

Color information

#289BED (or 0x289BED) is unknown color: approx Dodger Blue. HEX triplet: 28, 9B and ED. RGB value is (40,155,237). Sum of RGB (Red+Green+Blue) = 40+155+237=432 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.26% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #289BED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289BED is #D76412. Grayscale: #818181. Windows color (decimal): -14115859 or 15571752. OLE color: 15571752.

HSL color Cylindrical-coordinate representation of color #289BED: hue angle of 204.97º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #289BED is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB40155237-
CMYK0.830.3500.07
HSL204.97º84.55%54.31%-
HSV(B)204.97º83.12%92.94%-
XYZ27.8830.0184.44-
YUV129.96188.463.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.26%
GREEN value IS 155 (60.94% from 255) = 35.88%
BLUE value IS 237 (92.97% from 255) = 54.86%
R=9.26%
G=35.88%
B=54.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal401552370.830.3500.07204.9784.5554.31
Hex289BED532307cd5536
Octal50233355123430731512566
Binary101000100110111110110110100111000110111110011011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289bed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289bed; }

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

 H1.HeaderClassName
 {
   color: #289bed;
 }
 .AnyTagClassName
 {
   color: #289bed;
 }
</style>
background-color css

<style>
 a { background-color: #289bed; }

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

 div.DivClassName
 {
   background-color: #289bed;
 }
 .BgClassName
 {
   background-color: #289bed;
 }
</style>
border-color css

<style>
 span { border-color: #289bed; }

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

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