Html Css Color HEX #2880DB Royal Blue

📋 copy color: '#2880DB'

red 40 ◦ green 128 ◦ blue 219

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

Shades of Royal Blue #2880DB

Tints of Royal Blue #2880DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.07%

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

R = 10.34%
G = 33.07%
B = 56.59%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2880DB (or 0x2880DB) is known color: Royal Blue. HEX triplet: 28, 80 and DB. RGB value is (40,128,219). Sum of RGB (Red+Green+Blue) = 40+128+219=387 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.34% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #2880DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2880DB is #D77F24. Grayscale: #6F6F6F. Windows color (decimal): -14122789 or 14385192. OLE color: 14385192.

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

Color convert

RGB 40 128 219 -
CMYK 0.82 0.42 0 0.14
HSL 210.5º 0.71% 0.51% -
HSV(B) 210.5º 0.82% 0.86% -
XYZ 21.38 21 69.95 -
YUV 112.06 188.35 76.6 -
System Red Green Blue C M Y K H S L
Decimal 40 128 219 0.82 0.42 0 0.14 210.5 0.71 0.51
Hex 28 80 DB 52 2A 0 E D3 47 33
Octal 50 200 333 122 52 0 16 323 107 63
Binary 101000 10000000 11011011 1010010 101010 0 1110 11010011 1000111 110011

Color Harmonies of #2880DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2880DB

Black with #2880DB

Text Example


Text Example

White with #2880DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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