#289AEC

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

Shades of Dodger Blue #289AEC

Tints of Dodger Blue #289AEC

Color information

#289AEC (or 0x289AEC) is unknown color: approx Dodger Blue. HEX triplet: 28, 9A and EC. RGB value is (40,154,236). Sum of RGB (Red+Green+Blue) = 40+154+236=430 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.30% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #289AEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289AEC is #D76513. Grayscale: #808080. Windows color (decimal): -14116116 or 15505960. OLE color: 15505960.

HSL color Cylindrical-coordinate representation of color #289AEC: hue angle of 205.1º degrees, saturation: 0.84, 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 #289AEC is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB40154236-
CMYK0.830.3500.07
HSL205.1º83.76%54.12%-
HSV(B)205.1º83.05%92.55%-
XYZ27.5729.6283.62-
YUV129.26188.2364.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.30%
GREEN value IS 154 (60.55% from 255) = 35.81%
BLUE value IS 236 (92.58% from 255) = 54.88%
R=9.30%
G=35.81%
B=54.88%

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
Decimal401542360.830.3500.07205.183.7654.12
Hex289AEC532307cd5436
Octal50232354123430731512466
Binary101000100110101110110010100111000110111110011011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,154,236); }

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

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

 a { background-color: rgb(40,154,236); }

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

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

 span { border-color: rgb(40,154,236); }

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