Html Css Color HEX #5069DF Royal Blue

📋 copy color: '#5069DF'

red 80 ◦ green 105 ◦ blue 223

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

Shades of Royal Blue #5069DF

Tints of Royal Blue #5069DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.66%

R = 19.61%
G = 25.74%
B = 54.66%

CMYK

 C value IS 0.64

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5069DF (or 0x5069DF) is known color: Royal Blue. HEX triplet: 50, 69 and DF. RGB value is (80,105,223). Sum of RGB (Red+Green+Blue) = 80+105+223=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #5069DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5069DF is #AF9620. Grayscale: #6E6E6E. Windows color (decimal): -11507233 or 14641488. OLE color: 14641488.

HSL color Cylindrical-coordinate representation of color #5069DF: hue angle of 229.51º degrees, saturation: 0.69, 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 #5069DF is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 105 223 -
CMYK 0.64 0.53 0 0.13
HSL 229.51º 0.69% 0.59% -
HSV(B) 229.51º 0.64% 0.87% -
XYZ 21.68 17.14 71.98 -
YUV 110.98 191.22 105.91 -
System Red Green Blue C M Y K H S L
Decimal 80 105 223 0.64 0.53 0 0.13 229.51 0.69 0.59
Hex 50 69 DF 40 35 0 D E6 45 3B
Octal 120 151 337 100 65 0 15 346 105 73
Binary 1010000 1101001 11011111 1000000 110101 0 1101 11100110 1000101 111011

Color Harmonies of #5069DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5069DF

Black with #5069DF

Text Example


Text Example

White with #5069DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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