Html Css Color HEX #5069D2 Royal Blue

📋 copy color: '#5069D2'

red 80 ◦ green 105 ◦ blue 210

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

Shades of Royal Blue #5069D2

Tints of Royal Blue #5069D2

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.58%

 BLUE value IS 210 (82.42% from 255) = 53.16%

R = 20.25%
G = 26.58%
B = 53.16%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5069D2 (or 0x5069D2) is known color: Royal Blue. HEX triplet: 50, 69 and D2. RGB value is (80,105,210). Sum of RGB (Red+Green+Blue) = 80+105+210=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 210 (82.42% from 255 or 53.16% from 395); Max value from RGB is 210 - color contains mainly: blue. Hex color #5069D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5069D2 is #AF962D. Grayscale: #6D6D6D. Windows color (decimal): -11507246 or 13789520. OLE color: 13789520.

HSL color Cylindrical-coordinate representation of color #5069D2: hue angle of 228.46º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5069D2 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 105 210 -
CMYK 0.62 0.50 0 0.18
HSL 228.46º 0.59% 0.57% -
HSV(B) 228.46º 0.62% 0.82% -
XYZ 19.99 16.46 63.1 -
YUV 109.5 184.72 106.96 -
System Red Green Blue C M Y K H S L
Decimal 80 105 210 0.62 0.50 0 0.18 228.46 0.59 0.57
Hex 50 69 D2 3E 32 0 12 E4 3B 39
Octal 120 151 322 76 62 0 22 344 73 71
Binary 1010000 1101001 11010010 111110 110010 0 10010 11100100 111011 111001

Color Harmonies of #5069D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5069D2

Black with #5069D2

Text Example


Text Example

White with #5069D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5069D2; }

 p { color: rgb(80,105,210); }

 H1.HeaderClassName
 {
   color: #5069D2;
 }
 .AnyTagClassName
 {
   color: #5069D2;
 }
</style>

background-color css

<style>
 a { background-color: #5069D2; }

 a { background-color: rgb(80,105,210); }

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

border-color css

<style>
 span { border-color: #5069D2; }

 span { border-color: rgb(80,105,210); }

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