Html Css Color HEX #287ADA Royal Blue

📋 copy color: '#287ADA'

red 40 ◦ green 122 ◦ blue 218

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

Shades of Royal Blue #287ADA

Tints of Royal Blue #287ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.37%

R = 10.53%
G = 32.11%
B = 57.37%

CMYK

 C value IS 0.82

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#287ADA (or 0x287ADA) is known color: Royal Blue. HEX triplet: 28, 7A and DA. RGB value is (40,122,218). Sum of RGB (Red+Green+Blue) = 40+122+218=380 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.53% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #287ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287ADA is #D78525. Grayscale: #6B6B6B. Windows color (decimal): -14124326 or 14318120. OLE color: 14318120.

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

Color convert

RGB 40 122 218 -
CMYK 0.82 0.44 0 0.15
HSL 212.36º 0.71% 0.51% -
HSV(B) 212.36º 0.82% 0.85% -
XYZ 20.49 19.43 69 -
YUV 108.43 189.83 79.19 -
System Red Green Blue C M Y K H S L
Decimal 40 122 218 0.82 0.44 0 0.15 212.36 0.71 0.51
Hex 28 7A DA 52 2C 0 F D4 47 33
Octal 50 172 332 122 54 0 17 324 107 63
Binary 101000 1111010 11011010 1010010 101100 0 1111 11010100 1000111 110011

Color Harmonies of #287ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287ADA

Black with #287ADA

Text Example


Text Example

White with #287ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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