Html Css Color HEX #5A6FDB Royal Blue

📋 copy color: '#5A6FDB'

red 90 ◦ green 111 ◦ blue 219

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

Shades of Royal Blue #5A6FDB

Tints of Royal Blue #5A6FDB

RGB

 RED value IS 90 (35.55% from 255) = 21.43%

 GREEN value IS 111 (43.75% from 255) = 26.43%

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

R = 21.43%
G = 26.43%
B = 52.14%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5A6FDB (or 0x5A6FDB) is known color: Royal Blue. HEX triplet: 5A, 6F and DB. RGB value is (90,111,219). Sum of RGB (Red+Green+Blue) = 90+111+219=420 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.43% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A6FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6FDB is #A59024. Grayscale: #747474. Windows color (decimal): -10850341 or 14380890. OLE color: 14380890.

HSL color Cylindrical-coordinate representation of color #5A6FDB: hue angle of 230.23º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A6FDB is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 111 219 -
CMYK 0.59 0.49 0 0.14
HSL 230.23º 0.64% 0.61% -
HSV(B) 230.23º 0.59% 0.86% -
XYZ 22.69 18.66 69.42 -
YUV 117.03 185.54 108.72 -
System Red Green Blue C M Y K H S L
Decimal 90 111 219 0.59 0.49 0 0.14 230.23 0.64 0.61
Hex 5A 6F DB 3B 31 0 E E6 40 3D
Octal 132 157 333 73 61 0 16 346 100 75
Binary 1011010 1101111 11011011 111011 110001 0 1110 11100110 1000000 111101

Color Harmonies of #5A6FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6FDB

Black with #5A6FDB

Text Example


Text Example

White with #5A6FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A6FDB; }

 p { color: rgb(90,111,219); }

 H1.HeaderClassName
 {
   color: #5A6FDB;
 }
 .AnyTagClassName
 {
   color: #5A6FDB;
 }
</style>

background-color css

<style>
 a { background-color: #5A6FDB; }

 a { background-color: rgb(90,111,219); }

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

border-color css

<style>
 span { border-color: #5A6FDB; }

 span { border-color: rgb(90,111,219); }

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