Html Css Color HEX #5069CE Royal Blue

📋 copy color: '#5069CE'

red 80 ◦ green 105 ◦ blue 206

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

Shades of Royal Blue #5069CE

Tints of Royal Blue #5069CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.69%

R = 20.46%
G = 26.85%
B = 52.69%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5069CE (or 0x5069CE) is known color: Royal Blue. HEX triplet: 50, 69 and CE. RGB value is (80,105,206). Sum of RGB (Red+Green+Blue) = 80+105+206=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #5069CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5069CE is #AF9631. Grayscale: #6C6C6C. Windows color (decimal): -11507250 or 13527376. OLE color: 13527376.

HSL color Cylindrical-coordinate representation of color #5069CE: hue angle of 228.1º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5069CE is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 105 206 -
CMYK 0.61 0.49 0 0.19
HSL 228.1º 0.56% 0.56% -
HSV(B) 228.1º 0.61% 0.81% -
XYZ 19.5 16.26 60.5 -
YUV 109.04 182.72 107.29 -
System Red Green Blue C M Y K H S L
Decimal 80 105 206 0.61 0.49 0 0.19 228.1 0.56 0.56
Hex 50 69 CE 3D 31 0 13 E4 38 38
Octal 120 151 316 75 61 0 23 344 70 70
Binary 1010000 1101001 11001110 111101 110001 0 10011 11100100 111000 111000

Color Harmonies of #5069CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5069CE

Black with #5069CE

Text Example


Text Example

White with #5069CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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