Html Css Color HEX #287DDA Royal Blue

📋 copy color: '#287DDA'

red 40 ◦ green 125 ◦ blue 218

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

Shades of Royal Blue #287DDA

Tints of Royal Blue #287DDA

RGB

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

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

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

R = 10.44%
G = 32.64%
B = 56.92%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#287DDA (or 0x287DDA) is known color: Royal Blue. HEX triplet: 28, 7D and DA. RGB value is (40,125,218). Sum of RGB (Red+Green+Blue) = 40+125+218=383 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.44% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #287DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287DDA is #D78225. Grayscale: #6D6D6D. Windows color (decimal): -14123558 or 14318888. OLE color: 14318888.

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

Color convert

RGB 40 125 218 -
CMYK 0.82 0.43 0 0.15
HSL 211.35º 0.71% 0.51% -
HSV(B) 211.35º 0.82% 0.85% -
XYZ 20.86 20.18 69.13 -
YUV 110.19 188.84 77.94 -
System Red Green Blue C M Y K H S L
Decimal 40 125 218 0.82 0.43 0 0.15 211.35 0.71 0.51
Hex 28 7D DA 52 2B 0 F D3 47 33
Octal 50 175 332 122 53 0 17 323 107 63
Binary 101000 1111101 11011010 1010010 101011 0 1111 11010011 1000111 110011

Color Harmonies of #287DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287DDA

Black with #287DDA

Text Example


Text Example

White with #287DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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