Html Css Color HEX #287AEF Dodger Blue

📋 copy color: '#287AEF'

red 40 ◦ green 122 ◦ blue 239

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

Shades of Dodger Blue #287AEF

Tints of Dodger Blue #287AEF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.42%

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

R = 9.98%
G = 30.42%
B = 59.6%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#287AEF (or 0x287AEF) is known color: Dodger Blue. HEX triplet: 28, 7A and EF. RGB value is (40,122,239). Sum of RGB (Red+Green+Blue) = 40+122+239=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #287AEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287AEF is #D78510. Grayscale: #6E6E6E. Windows color (decimal): -14124305 or 15694376. OLE color: 15694376.

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

Color convert

RGB 40 122 239 -
CMYK 0.83 0.49 0 0.06
HSL 215.28º 0.86% 0.55% -
HSV(B) 215.28º 0.83% 0.94% -
XYZ 23.41 20.6 84.4 -
YUV 110.82 200.33 77.49 -
System Red Green Blue C M Y K H S L
Decimal 40 122 239 0.83 0.49 0 0.06 215.28 0.86 0.55
Hex 28 7A EF 53 31 0 6 D7 56 37
Octal 50 172 357 123 61 0 6 327 126 67
Binary 101000 1111010 11101111 1010011 110001 0 110 11010111 1010110 110111

Color Harmonies of #287AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287AEF

Black with #287AEF

Text Example


Text Example

White with #287AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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