Html Css Color HEX #287DDF Royal Blue

📋 copy color: '#287DDF'

red 40 ◦ green 125 ◦ blue 223

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

Shades of Royal Blue #287DDF

Tints of Royal Blue #287DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.47%

R = 10.31%
G = 32.22%
B = 57.47%

CMYK

 C value IS 0.82

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#287DDF (or 0x287DDF) is known color: Royal Blue. HEX triplet: 28, 7D and DF. RGB value is (40,125,223). Sum of RGB (Red+Green+Blue) = 40+125+223=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #287DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287DDF is #D78220. Grayscale: #6E6E6E. Windows color (decimal): -14123553 or 14646568. OLE color: 14646568.

HSL color Cylindrical-coordinate representation of color #287DDF: hue angle of 212.13º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #287DDF is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 125 223 -
CMYK 0.82 0.44 0 0.13
HSL 212.13º 0.74% 0.52% -
HSV(B) 212.13º 0.82% 0.87% -
XYZ 21.53 20.45 72.62 -
YUV 110.76 191.34 77.53 -
System Red Green Blue C M Y K H S L
Decimal 40 125 223 0.82 0.44 0 0.13 212.13 0.74 0.52
Hex 28 7D DF 52 2C 0 D D4 4A 34
Octal 50 175 337 122 54 0 15 324 112 64
Binary 101000 1111101 11011111 1010010 101100 0 1101 11010100 1001010 110100

Color Harmonies of #287DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287DDF

Black with #287DDF

Text Example


Text Example

White with #287DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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