Html Css Color HEX #287EDA Royal Blue

📋 copy color: '#287EDA'

red 40 ◦ green 126 ◦ blue 218

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

Shades of Royal Blue #287EDA

Tints of Royal Blue #287EDA

RGB

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

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

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

R = 10.42%
G = 32.81%
B = 56.77%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#287EDA (or 0x287EDA) is known color: Royal Blue. HEX triplet: 28, 7E and DA. RGB value is (40,126,218). Sum of RGB (Red+Green+Blue) = 40+126+218=384 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.42% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #287EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287EDA is #D78125. Grayscale: #6E6E6E. Windows color (decimal): -14123302 or 14319144. OLE color: 14319144.

HSL color Cylindrical-coordinate representation of color #287EDA: hue angle of 211.01º 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 #287EDA is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 126 218 -
CMYK 0.82 0.42 0 0.15
HSL 211.01º 0.71% 0.51% -
HSV(B) 211.01º 0.82% 0.85% -
XYZ 20.99 20.43 69.17 -
YUV 110.77 188.51 77.52 -
System Red Green Blue C M Y K H S L
Decimal 40 126 218 0.82 0.42 0 0.15 211.01 0.71 0.51
Hex 28 7E DA 52 2A 0 F D3 47 33
Octal 50 176 332 122 52 0 17 323 107 63
Binary 101000 1111110 11011010 1010010 101010 0 1111 11010011 1000111 110011

Color Harmonies of #287EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287EDA

Black with #287EDA

Text Example


Text Example

White with #287EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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