Html Css Color HEX #287AD6 Royal Blue

📋 copy color: '#287AD6'

red 40 ◦ green 122 ◦ blue 214

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

Shades of Royal Blue #287AD6

Tints of Royal Blue #287AD6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.45%

 BLUE value IS 214 (83.98% from 255) = 56.91%

R = 10.64%
G = 32.45%
B = 56.91%

CMYK

 C value IS 0.81

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#287AD6 (or 0x287AD6) is known color: Royal Blue. HEX triplet: 28, 7A and D6. RGB value is (40,122,214). Sum of RGB (Red+Green+Blue) = 40+122+214=376 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.64% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 214 (83.98% from 255 or 56.91% from 376); Max value from RGB is 214 - color contains mainly: blue. Hex color #287AD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287AD6 is #D78529. Grayscale: #6B6B6B. Windows color (decimal): -14124330 or 14055976. OLE color: 14055976.

HSL color Cylindrical-coordinate representation of color #287AD6: hue angle of 211.72º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #287AD6 is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 122 214 -
CMYK 0.81 0.43 0 0.16
HSL 211.72º 0.69% 0.5% -
HSV(B) 211.72º 0.81% 0.84% -
XYZ 19.97 19.23 66.28 -
YUV 107.97 187.83 79.52 -
System Red Green Blue C M Y K H S L
Decimal 40 122 214 0.81 0.43 0 0.16 211.72 0.69 0.5
Hex 28 7A D6 51 2B 0 10 D4 45 32
Octal 50 172 326 121 53 0 20 324 105 62
Binary 101000 1111010 11010110 1010001 101011 0 10000 11010100 1000101 110010

Color Harmonies of #287AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287AD6

Black with #287AD6

Text Example


Text Example

White with #287AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,122,214); }

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

background-color css

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

 a { background-color: rgb(40,122,214); }

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

border-color css

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

 span { border-color: rgb(40,122,214); }

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