Html Css Color HEX #2873DB Royal Blue

📋 copy color: '#2873DB'

red 40 ◦ green 115 ◦ blue 219

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

Shades of Royal Blue #2873DB

Tints of Royal Blue #2873DB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.75%

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

R = 10.7%
G = 30.75%
B = 58.56%

CMYK

 C value IS 0.82

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2873DB (or 0x2873DB) is known color: Royal Blue. HEX triplet: 28, 73 and DB. RGB value is (40,115,219). Sum of RGB (Red+Green+Blue) = 40+115+219=374 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.70% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #2873DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2873DB is #D78C24. Grayscale: #676767. Windows color (decimal): -14126117 or 14381864. OLE color: 14381864.

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

Color convert

RGB 40 115 219 -
CMYK 0.82 0.47 0 0.14
HSL 214.86º 0.71% 0.51% -
HSV(B) 214.86º 0.82% 0.86% -
XYZ 19.79 17.83 69.42 -
YUV 104.43 192.65 82.04 -
System Red Green Blue C M Y K H S L
Decimal 40 115 219 0.82 0.47 0 0.14 214.86 0.71 0.51
Hex 28 73 DB 52 2F 0 E D7 47 33
Octal 50 163 333 122 57 0 16 327 107 63
Binary 101000 1110011 11011011 1010010 101111 0 1110 11010111 1000111 110011

Color Harmonies of #2873DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2873DB

Black with #2873DB

Text Example


Text Example

White with #2873DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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