Html Css Color HEX #287DFB Dodger Blue

📋 copy color: '#287DFB'

red 40 ◦ green 125 ◦ blue 251

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

Shades of Dodger Blue #287DFB

Tints of Dodger Blue #287DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 60.34%

R = 9.62%
G = 30.05%
B = 60.34%

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

#287DFB (or 0x287DFB) is known color: Dodger Blue. HEX triplet: 28, 7D and FB. RGB value is (40,125,251). Sum of RGB (Red+Green+Blue) = 40+125+251=416 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.62% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #287DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287DFB is #D78204. Grayscale: #717171. Windows color (decimal): -14123525 or 16481576. OLE color: 16481576.

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

Color convert

RGB 40 125 251 -
CMYK 0.84 0.50 0 0.02
HSL 215.83º 0.96% 0.57% -
HSV(B) 215.83º 0.84% 0.98% -
XYZ 25.62 22.08 94.18 -
YUV 113.95 205.34 75.25 -
System Red Green Blue C M Y K H S L
Decimal 40 125 251 0.84 0.50 0 0.02 215.83 0.96 0.57
Hex 28 7D FB 54 32 0 2 D8 60 39
Octal 50 175 373 124 62 0 2 330 140 71
Binary 101000 1111101 11111011 1010100 110010 0 10 11011000 1100000 111001

Color Harmonies of #287DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287DFB

Black with #287DFB

Text Example


Text Example

White with #287DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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