Html Css Color HEX #287FEB Dodger Blue

📋 copy color: '#287FEB'

red 40 ◦ green 127 ◦ blue 235

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

Shades of Dodger Blue #287FEB

Tints of Dodger Blue #287FEB

RGB

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

 GREEN value IS 127 (50% from 255) = 31.59%

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

R = 9.95%
G = 31.59%
B = 58.46%

CMYK

 C value IS 0.83

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#287FEB (or 0x287FEB) is known color: Dodger Blue. HEX triplet: 28, 7F and EB. RGB value is (40,127,235). Sum of RGB (Red+Green+Blue) = 40+127+235=402 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.95% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 235 (92.19% from 255 or 58.46% from 402); Max value from RGB is 235 - color contains mainly: blue. Hex color #287FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287FEB is #D78014. Grayscale: #707070. Windows color (decimal): -14123029 or 15433512. OLE color: 15433512.

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

Color convert

RGB 40 127 235 -
CMYK 0.83 0.46 0 0.08
HSL 213.23º 0.83% 0.54% -
HSV(B) 213.23º 0.83% 0.92% -
XYZ 23.46 21.63 81.54 -
YUV 113.3 196.68 75.72 -
System Red Green Blue C M Y K H S L
Decimal 40 127 235 0.83 0.46 0 0.08 213.23 0.83 0.54
Hex 28 7F EB 53 2E 0 8 D5 53 36
Octal 50 177 353 123 56 0 10 325 123 66
Binary 101000 1111111 11101011 1010011 101110 0 1000 11010101 1010011 110110

Color Harmonies of #287FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287FEB

Black with #287FEB

Text Example


Text Example

White with #287FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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