Html Css Color HEX #287EDB Royal Blue

📋 copy color: '#287EDB'

red 40 ◦ green 126 ◦ blue 219

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

Shades of Royal Blue #287EDB

Tints of Royal Blue #287EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.73%

 BLUE value IS 219 (85.94% from 255) = 56.88%

R = 10.39%
G = 32.73%
B = 56.88%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#287EDB (or 0x287EDB) is known color: Royal Blue. HEX triplet: 28, 7E and DB. RGB value is (40,126,219). Sum of RGB (Red+Green+Blue) = 40+126+219=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #287EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287EDB is #D78124. Grayscale: #6E6E6E. Windows color (decimal): -14123301 or 14384680. OLE color: 14384680.

HSL color Cylindrical-coordinate representation of color #287EDB: hue angle of 211.17º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #287EDB is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 126 219 -
CMYK 0.82 0.42 0 0.14
HSL 211.17º 0.71% 0.51% -
HSV(B) 211.17º 0.82% 0.86% -
XYZ 21.12 20.49 69.86 -
YUV 110.89 189.01 77.44 -
System Red Green Blue C M Y K H S L
Decimal 40 126 219 0.82 0.42 0 0.14 211.17 0.71 0.51
Hex 28 7E DB 52 2A 0 E D3 47 33
Octal 50 176 333 122 52 0 16 323 107 63
Binary 101000 1111110 11011011 1010010 101010 0 1110 11010011 1000111 110011

Color Harmonies of #287EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287EDB

Black with #287EDB

Text Example


Text Example

White with #287EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,126,219); }

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

background-color css

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

 a { background-color: rgb(40,126,219); }

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

border-color css

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

 span { border-color: rgb(40,126,219); }

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