Html Css Color HEX #287CEF Dodger Blue

📋 copy color: '#287CEF'

red 40 ◦ green 124 ◦ blue 239

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

Shades of Dodger Blue #287CEF

Tints of Dodger Blue #287CEF

RGB

 RED value IS 40 (16.02% from 255) = 9.93%

 GREEN value IS 124 (48.83% from 255) = 30.77%

 BLUE value IS 239 (93.75% from 255) = 59.31%

R = 9.93%
G = 30.77%
B = 59.31%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#287CEF (or 0x287CEF) is known color: Dodger Blue. HEX triplet: 28, 7C and EF. RGB value is (40,124,239). Sum of RGB (Red+Green+Blue) = 40+124+239=403 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.93% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #287CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287CEF is #D78310. Grayscale: #6F6F6F. Windows color (decimal): -14123793 or 15694888. OLE color: 15694888.

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

Color convert

RGB 40 124 239 -
CMYK 0.83 0.48 0 0.06
HSL 214.67º 0.86% 0.55% -
HSV(B) 214.67º 0.83% 0.94% -
XYZ 23.66 21.1 84.49 -
YUV 111.99 199.67 76.65 -
System Red Green Blue C M Y K H S L
Decimal 40 124 239 0.83 0.48 0 0.06 214.67 0.86 0.55
Hex 28 7C EF 53 30 0 6 D7 56 37
Octal 50 174 357 123 60 0 6 327 126 67
Binary 101000 1111100 11101111 1010011 110000 0 110 11010111 1010110 110111

Color Harmonies of #287CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287CEF

Black with #287CEF

Text Example


Text Example

White with #287CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #287CEF;
 }
 .AnyTagClassName
 {
   color: #287CEF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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