Html Css Color HEX #2868DB Royal Blue

📋 copy color: '#2868DB'

red 40 ◦ green 104 ◦ blue 219

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

Shades of Royal Blue #2868DB

Tints of Royal Blue #2868DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.65%

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

R = 11.02%
G = 28.65%
B = 60.33%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2868DB (or 0x2868DB) is known color: Royal Blue. HEX triplet: 28, 68 and DB. RGB value is (40,104,219). Sum of RGB (Red+Green+Blue) = 40+104+219=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #2868DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2868DB is #D79724. Grayscale: #616161. Windows color (decimal): -14128933 or 14379048. OLE color: 14379048.

HSL color Cylindrical-coordinate representation of color #2868DB: hue angle of 218.55º 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 #2868DB is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 104 219 -
CMYK 0.82 0.53 0 0.14
HSL 218.55º 0.71% 0.51% -
HSV(B) 218.55º 0.82% 0.86% -
XYZ 18.61 15.47 69.02 -
YUV 97.97 196.3 86.65 -
System Red Green Blue C M Y K H S L
Decimal 40 104 219 0.82 0.53 0 0.14 218.55 0.71 0.51
Hex 28 68 DB 52 35 0 E DB 47 33
Octal 50 150 333 122 65 0 16 333 107 63
Binary 101000 1101000 11011011 1010010 110101 0 1110 11011011 1000111 110011

Color Harmonies of #2868DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2868DB

Black with #2868DB

Text Example


Text Example

White with #2868DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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