Html Css Color HEX #287DFA Dodger Blue

📋 copy color: '#287DFA'

red 40 ◦ green 125 ◦ blue 250

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

Shades of Dodger Blue #287DFA

Tints of Dodger Blue #287DFA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.12%

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

R = 9.64%
G = 30.12%
B = 60.24%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#287DFA (or 0x287DFA) is known color: Dodger Blue. HEX triplet: 28, 7D and FA. RGB value is (40,125,250). Sum of RGB (Red+Green+Blue) = 40+125+250=415 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.64% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #287DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287DFA is #D78205. Grayscale: #717171. Windows color (decimal): -14123526 or 16416040. OLE color: 16416040.

HSL color Cylindrical-coordinate representation of color #287DFA: hue angle of 215.71º 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 #287DFA is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 125 250 -
CMYK 0.84 0.50 0 0.02
HSL 215.71º 0.95% 0.57% -
HSV(B) 215.71º 0.84% 0.98% -
XYZ 25.46 22.02 93.35 -
YUV 113.84 204.84 75.34 -
System Red Green Blue C M Y K H S L
Decimal 40 125 250 0.84 0.50 0 0.02 215.71 0.95 0.57
Hex 28 7D FA 54 32 0 2 D8 5F 39
Octal 50 175 372 124 62 0 2 330 137 71
Binary 101000 1111101 11111010 1010100 110010 0 10 11011000 1011111 111001

Color Harmonies of #287DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287DFA

Black with #287DFA

Text Example


Text Example

White with #287DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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