Html Css Color HEX #5277DB Royal Blue

📋 copy color: '#5277DB'

red 82 ◦ green 119 ◦ blue 219

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

Shades of Royal Blue #5277DB

Tints of Royal Blue #5277DB

RGB

 RED value IS 82 (32.42% from 255) = 19.52%

 GREEN value IS 119 (46.88% from 255) = 28.33%

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

R = 19.52%
G = 28.33%
B = 52.14%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5277DB (or 0x5277DB) is known color: Royal Blue. HEX triplet: 52, 77 and DB. RGB value is (82,119,219). Sum of RGB (Red+Green+Blue) = 82+119+219=420 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.52% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #5277DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5277DB is #AD8824. Grayscale: #767676. Windows color (decimal): -11372581 or 14382930. OLE color: 14382930.

HSL color Cylindrical-coordinate representation of color #5277DB: hue angle of 223.8º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5277DB is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 119 219 -
CMYK 0.63 0.46 0 0.14
HSL 223.8º 0.66% 0.59% -
HSV(B) 223.8º 0.63% 0.86% -
XYZ 22.86 20.1 69.69 -
YUV 119.34 184.24 101.37 -
System Red Green Blue C M Y K H S L
Decimal 82 119 219 0.63 0.46 0 0.14 223.8 0.66 0.59
Hex 52 77 DB 3F 2E 0 E E0 42 3B
Octal 122 167 333 77 56 0 16 340 102 73
Binary 1010010 1110111 11011011 111111 101110 0 1110 11100000 1000010 111011

Color Harmonies of #5277DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5277DB

Black with #5277DB

Text Example


Text Example

White with #5277DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,119,219); }

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

background-color css

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

 a { background-color: rgb(82,119,219); }

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

border-color css

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

 span { border-color: rgb(82,119,219); }

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