Html Css Color HEX #287FEF Dodger Blue

📋 copy color: '#287FEF'

red 40 ◦ green 127 ◦ blue 239

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

Shades of Dodger Blue #287FEF

Tints of Dodger Blue #287FEF

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 value IS 0.83

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#287FEF (or 0x287FEF) is known color: 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

RGB 40 127 239 -
CMYK 0.83 0.47 0 0.06
HSL 213.77º 0.86% 0.55% -
HSV(B) 213.77º 0.83% 0.94% -
XYZ 24.04 21.86 84.61 -
YUV 113.76 198.68 75.39 -
System Red Green Blue C M Y K H S L
Decimal 40 127 239 0.83 0.47 0 0.06 213.77 0.86 0.55
Hex 28 7F EF 53 2F 0 6 D6 56 37
Octal 50 177 357 123 57 0 6 326 126 67
Binary 101000 1111111 11101111 1010011 101111 0 110 11010110 1010110 110111

Color Harmonies of #287FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287FEF

Black with #287FEF

Text Example


Text Example

White with #287FEF

Text Example


Text Example

HTML Codes & Css Web 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>