#287AEC

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

Shades of Dodger Blue #287AEC

Tints of Dodger Blue #287AEC

Color information

#287AEC (or 0x287AEC) is unknown color: approx Dodger Blue. HEX triplet: 28, 7A and EC. RGB value is (40,122,236). Sum of RGB (Red+Green+Blue) = 40+122+236=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #287AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287AEC is #D78513. Grayscale: #6D6D6D. Windows color (decimal): -14124308 or 15497768. OLE color: 15497768.

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

Color convert

RGB40122236-
CMYK0.830.4800.07
HSL214.9º83.76%54.12%-
HSV(B)214.9º83.05%92.55%-
XYZ22.9720.4382.09-
YUV110.48198.8377.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.05%
GREEN value IS 122 (48.05% from 255) = 30.65%
BLUE value IS 236 (92.58% from 255) = 59.30%
R=10.05%
G=30.65%
B=59.30%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal401222360.830.4800.07214.983.7654.12
Hex287AEC533007d75436
Octal50172354123600732712466
Binary10100011110101110110010100111100000111110101111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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