Html Css Color HEX #287CEB Dodger Blue

📋 copy color: '#287CEB'

red 40 ◦ green 124 ◦ blue 235

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

Shades of Dodger Blue #287CEB

Tints of Dodger Blue #287CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.9%

R = 10.03%
G = 31.08%
B = 58.9%

CMYK

 C value IS 0.83

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#287CEB (or 0x287CEB) is known color: Dodger Blue. HEX triplet: 28, 7C and EB. RGB value is (40,124,235). Sum of RGB (Red+Green+Blue) = 40+124+235=399 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.03% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #287CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287CEB is #D78314. Grayscale: #6F6F6F. Windows color (decimal): -14123797 or 15432744. OLE color: 15432744.

HSL color Cylindrical-coordinate representation of color #287CEB: hue angle of 214.15º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #287CEB is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 124 235 -
CMYK 0.83 0.47 0 0.08
HSL 214.15º 0.83% 0.54% -
HSV(B) 214.15º 0.83% 0.92% -
XYZ 23.08 20.86 81.41 -
YUV 111.54 197.67 76.97 -
System Red Green Blue C M Y K H S L
Decimal 40 124 235 0.83 0.47 0 0.08 214.15 0.83 0.54
Hex 28 7C EB 53 2F 0 8 D6 53 36
Octal 50 174 353 123 57 0 10 326 123 66
Binary 101000 1111100 11101011 1010011 101111 0 1000 11010110 1010011 110110

Color Harmonies of #287CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287CEB

Black with #287CEB

Text Example


Text Example

White with #287CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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