Html Css Color HEX #287DFD Dodger Blue

📋 copy color: '#287DFD'

red 40 ◦ green 125 ◦ blue 253

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

Shades of Dodger Blue #287DFD

Tints of Dodger Blue #287DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.53%

R = 9.57%
G = 29.9%
B = 60.53%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#287DFD (or 0x287DFD) is known color: Dodger Blue. HEX triplet: 28, 7D and FD. RGB value is (40,125,253). Sum of RGB (Red+Green+Blue) = 40+125+253=418 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.57% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #287DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287DFD is #D78202. Grayscale: #717171. Windows color (decimal): -14123523 or 16612648. OLE color: 16612648.

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

Color convert

RGB 40 125 253 -
CMYK 0.84 0.51 0 0.01
HSL 216.06º 0.98% 0.57% -
HSV(B) 216.06º 0.84% 0.99% -
XYZ 25.94 22.21 95.85 -
YUV 114.18 206.34 75.09 -
System Red Green Blue C M Y K H S L
Decimal 40 125 253 0.84 0.51 0 0.01 216.06 0.98 0.57
Hex 28 7D FD 54 33 0 1 D8 62 39
Octal 50 175 375 124 63 0 1 330 142 71
Binary 101000 1111101 11111101 1010100 110011 0 1 11011000 1100010 111001

Color Harmonies of #287DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287DFD

Black with #287DFD

Text Example


Text Example

White with #287DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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