Html Css Color HEX #2864DB Royal Blue

📋 copy color: '#2864DB'

red 40 ◦ green 100 ◦ blue 219

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

Shades of Royal Blue #2864DB

Tints of Royal Blue #2864DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61%

R = 11.14%
G = 27.86%
B = 61%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2864DB (or 0x2864DB) is known color: Royal Blue. HEX triplet: 28, 64 and DB. RGB value is (40,100,219). Sum of RGB (Red+Green+Blue) = 40+100+219=359 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.14% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #2864DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2864DB is #D79B24. Grayscale: #5F5F5F. Windows color (decimal): -14129957 or 14378024. OLE color: 14378024.

HSL color Cylindrical-coordinate representation of color #2864DB: hue angle of 219.89º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2864DB is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 100 219 -
CMYK 0.82 0.54 0 0.14
HSL 219.89º 0.71% 0.51% -
HSV(B) 219.89º 0.82% 0.86% -
XYZ 18.22 14.68 68.89 -
YUV 95.63 197.62 88.32 -
System Red Green Blue C M Y K H S L
Decimal 40 100 219 0.82 0.54 0 0.14 219.89 0.71 0.51
Hex 28 64 DB 52 36 0 E DC 47 33
Octal 50 144 333 122 66 0 16 334 107 63
Binary 101000 1100100 11011011 1010010 110110 0 1110 11011100 1000111 110011

Color Harmonies of #2864DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2864DB

Black with #2864DB

Text Example


Text Example

White with #2864DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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