Html Css Color HEX #5065DD Royal Blue

📋 copy color: '#5065DD'

red 80 ◦ green 101 ◦ blue 221

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

Shades of Royal Blue #5065DD

Tints of Royal Blue #5065DD

RGB

 RED value IS 80 (31.64% from 255) = 19.9%

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

 BLUE value IS 221 (86.72% from 255) = 54.98%

R = 19.9%
G = 25.12%
B = 54.98%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5065DD (or 0x5065DD) is known color: Royal Blue. HEX triplet: 50, 65 and DD. RGB value is (80,101,221). Sum of RGB (Red+Green+Blue) = 80+101+221=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #5065DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5065DD is #AF9A22. Grayscale: #6B6B6B. Windows color (decimal): -11508259 or 14509392. OLE color: 14509392.

HSL color Cylindrical-coordinate representation of color #5065DD: hue angle of 231.06º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5065DD is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 101 221 -
CMYK 0.64 0.54 0 0.13
HSL 231.06º 0.67% 0.59% -
HSV(B) 231.06º 0.64% 0.87% -
XYZ 21.01 16.23 70.43 -
YUV 108.4 191.54 107.74 -
System Red Green Blue C M Y K H S L
Decimal 80 101 221 0.64 0.54 0 0.13 231.06 0.67 0.59
Hex 50 65 DD 40 36 0 D E7 43 3B
Octal 120 145 335 100 66 0 15 347 103 73
Binary 1010000 1100101 11011101 1000000 110110 0 1101 11100111 1000011 111011

Color Harmonies of #5065DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5065DD

Black with #5065DD

Text Example


Text Example

White with #5065DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5065DD; }

 p { color: rgb(80,101,221); }

 H1.HeaderClassName
 {
   color: #5065DD;
 }
 .AnyTagClassName
 {
   color: #5065DD;
 }
</style>

background-color css

<style>
 a { background-color: #5065DD; }

 a { background-color: rgb(80,101,221); }

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

border-color css

<style>
 span { border-color: #5065DD; }

 span { border-color: rgb(80,101,221); }

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