Html Css Color HEX #287FFA Dodger Blue

📋 copy color: '#287FFA'

red 40 ◦ green 127 ◦ blue 250

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

Shades of Dodger Blue #287FFA

Tints of Dodger Blue #287FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.95%

R = 9.59%
G = 30.46%
B = 59.95%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#287FFA (or 0x287FFA) is known color: Dodger Blue. HEX triplet: 28, 7F and FA. RGB value is (40,127,250). Sum of RGB (Red+Green+Blue) = 40+127+250=417 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.59% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #287FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287FFA is #D78005. Grayscale: #727272. Windows color (decimal): -14123014 or 16416552. OLE color: 16416552.

HSL color Cylindrical-coordinate representation of color #287FFA: hue angle of 215.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #287FFA is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 127 250 -
CMYK 0.84 0.49 0 0.02
HSL 215.14º 0.95% 0.57% -
HSV(B) 215.14º 0.84% 0.98% -
XYZ 25.72 22.53 93.44 -
YUV 115.01 204.18 74.5 -
System Red Green Blue C M Y K H S L
Decimal 40 127 250 0.84 0.49 0 0.02 215.14 0.95 0.57
Hex 28 7F FA 54 31 0 2 D7 5F 39
Octal 50 177 372 124 61 0 2 327 137 71
Binary 101000 1111111 11111010 1010100 110001 0 10 11010111 1011111 111001

Color Harmonies of #287FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287FFA

Black with #287FFA

Text Example


Text Example

White with #287FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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