Html Css Color HEX #2772DB Royal Blue

📋 copy color: '#2772DB'

red 39 ◦ green 114 ◦ blue 219

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

Shades of Royal Blue #2772DB

Tints of Royal Blue #2772DB

RGB

 RED value IS 39 (15.63% from 255) = 10.48%

 GREEN value IS 114 (44.92% from 255) = 30.65%

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

R = 10.48%
G = 30.65%
B = 58.87%

CMYK

 C value IS 0.82

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2772DB (or 0x2772DB) is known color: Royal Blue. HEX triplet: 27, 72 and DB. RGB value is (39,114,219). Sum of RGB (Red+Green+Blue) = 39+114+219=372 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.48% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #2772DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2772DB is #D88D24. Grayscale: #676767. Windows color (decimal): -14191909 or 14381607. OLE color: 14381607.

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

Color convert

RGB 39 114 219 -
CMYK 0.82 0.48 0 0.14
HSL 215º 0.71% 0.51% -
HSV(B) 215º 0.82% 0.86% -
XYZ 19.64 17.58 69.38 -
YUV 103.55 193.15 81.96 -
System Red Green Blue C M Y K H S L
Decimal 39 114 219 0.82 0.48 0 0.14 215 0.71 0.51
Hex 27 72 DB 52 30 0 E D7 47 33
Octal 47 162 333 122 60 0 16 327 107 63
Binary 100111 1110010 11011011 1010010 110000 0 1110 11010111 1000111 110011

Color Harmonies of #2772DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2772DB

Black with #2772DB

Text Example


Text Example

White with #2772DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,114,219); }

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

background-color css

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

 a { background-color: rgb(39,114,219); }

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

border-color css

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

 span { border-color: rgb(39,114,219); }

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