Html Css Color HEX #2864D8 Royal Blue

📋 copy color: '#2864D8'

red 40 ◦ green 100 ◦ blue 216

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

Shades of Royal Blue #2864D8

Tints of Royal Blue #2864D8

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.09%

 BLUE value IS 216 (84.77% from 255) = 60.67%

R = 11.24%
G = 28.09%
B = 60.67%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2864D8 (or 0x2864D8) is known color: Royal Blue. HEX triplet: 28, 64 and D8. RGB value is (40,100,216). Sum of RGB (Red+Green+Blue) = 40+100+216=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 216 (84.77% from 255 or 60.67% from 356); Max value from RGB is 216 - color contains mainly: blue. Hex color #2864D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2864D8 is #D79B27. Grayscale: #5E5E5E. Windows color (decimal): -14129960 or 14181416. OLE color: 14181416.

HSL color Cylindrical-coordinate representation of color #2864D8: hue angle of 219.55º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2864D8 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 100 216 -
CMYK 0.81 0.54 0 0.15
HSL 219.55º 0.69% 0.5% -
HSV(B) 219.55º 0.81% 0.85% -
XYZ 17.83 14.52 66.83 -
YUV 95.28 196.12 88.57 -
System Red Green Blue C M Y K H S L
Decimal 40 100 216 0.81 0.54 0 0.15 219.55 0.69 0.5
Hex 28 64 D8 51 36 0 F DC 45 32
Octal 50 144 330 121 66 0 17 334 105 62
Binary 101000 1100100 11011000 1010001 110110 0 1111 11011100 1000101 110010

Color Harmonies of #2864D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2864D8

Black with #2864D8

Text Example


Text Example

White with #2864D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2864D8; }

 p { color: rgb(40,100,216); }

 H1.HeaderClassName
 {
   color: #2864D8;
 }
 .AnyTagClassName
 {
   color: #2864D8;
 }
</style>

background-color css

<style>
 a { background-color: #2864D8; }

 a { background-color: rgb(40,100,216); }

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

border-color css

<style>
 span { border-color: #2864D8; }

 span { border-color: rgb(40,100,216); }

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