Html Css Color HEX #5265DB Royal Blue

📋 copy color: '#5265DB'

red 82 ◦ green 101 ◦ blue 219

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

Shades of Royal Blue #5265DB

Tints of Royal Blue #5265DB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.12%

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

R = 20.4%
G = 25.12%
B = 54.48%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5265DB (or 0x5265DB) is known color: Royal Blue. HEX triplet: 52, 65 and DB. RGB value is (82,101,219). Sum of RGB (Red+Green+Blue) = 82+101+219=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #5265DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5265DB is #AD9A24. Grayscale: #6C6C6C. Windows color (decimal): -11377189 or 14378322. OLE color: 14378322.

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

Color convert

RGB 82 101 219 -
CMYK 0.63 0.54 0 0.14
HSL 231.68º 0.66% 0.59% -
HSV(B) 231.68º 0.63% 0.86% -
XYZ 20.92 16.22 69.05 -
YUV 108.77 190.21 108.91 -
System Red Green Blue C M Y K H S L
Decimal 82 101 219 0.63 0.54 0 0.14 231.68 0.66 0.59
Hex 52 65 DB 3F 36 0 E E8 42 3B
Octal 122 145 333 77 66 0 16 350 102 73
Binary 1010010 1100101 11011011 111111 110110 0 1110 11101000 1000010 111011

Color Harmonies of #5265DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5265DB

Black with #5265DB

Text Example


Text Example

White with #5265DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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