Html Css Color HEX #287CFD Dodger Blue

📋 copy color: '#287CFD'

red 40 ◦ green 124 ◦ blue 253

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

Shades of Dodger Blue #287CFD

Tints of Dodger Blue #287CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.74%

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

R = 9.59%
G = 29.74%
B = 60.67%

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

#287CFD (or 0x287CFD) is known color: Dodger Blue. HEX triplet: 28, 7C and FD. RGB value is (40,124,253). Sum of RGB (Red+Green+Blue) = 40+124+253=417 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.59% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #287CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287CFD is #D78302. Grayscale: #707070. Windows color (decimal): -14123779 or 16612392. OLE color: 16612392.

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

Color convert

RGB 40 124 253 -
CMYK 0.84 0.51 0 0.01
HSL 216.34º 0.98% 0.57% -
HSV(B) 216.34º 0.84% 0.99% -
XYZ 25.81 21.96 95.81 -
YUV 113.59 206.67 75.51 -
System Red Green Blue C M Y K H S L
Decimal 40 124 253 0.84 0.51 0 0.01 216.34 0.98 0.57
Hex 28 7C FD 54 33 0 1 D8 62 39
Octal 50 174 375 124 63 0 1 330 142 71
Binary 101000 1111100 11111101 1010100 110011 0 1 11011000 1100010 111001

Color Harmonies of #287CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287CFD

Black with #287CFD

Text Example


Text Example

White with #287CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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