#287fef

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

Shades of Dodger Blue #287FEF

Tints of Dodger Blue #287FEF

Color information

#287FEF (or 0x287FEF) is unknown color: approx Dodger Blue. HEX triplet: 28, 7F and EF. RGB value is (40,127,239). Sum of RGB (Red+Green+Blue) = 40+127+239=406 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.85% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #287FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287FEF is #D78010. Grayscale: #717171. Windows color (decimal): -14123025 or 15695656. OLE color: 15695656.

HSL color Cylindrical-coordinate representation of color #287FEF: hue angle of 213.77º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #287FEF is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB40127239-
CMYK0.830.4700.06
HSL213.77º86.15%54.71%-
HSV(B)213.77º83.26%93.73%-
XYZ24.0421.8684.61-
YUV113.76198.6875.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.85%
GREEN value IS 127 (50% from 255) = 31.28%
BLUE value IS 239 (93.75% from 255) = 58.87%
R=9.85%
G=31.28%
B=58.87%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal401272390.830.4700.06213.7786.1554.71
Hex287FEF532F06d65637
Octal50177357123570632612667
Binary10100011111111110111110100111011110110110101101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287fef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,127,239); }

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

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

 a { background-color: rgb(40,127,239); }

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

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

 span { border-color: rgb(40,127,239); }

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