Html Css Color HEX #5A6FEE Royal Blue

📋 copy color: '#5A6FEE'

red 90 ◦ green 111 ◦ blue 238

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

Shades of Royal Blue #5A6FEE

Tints of Royal Blue #5A6FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.21%

R = 20.5%
G = 25.28%
B = 54.21%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5A6FEE (or 0x5A6FEE) is known color: Royal Blue. HEX triplet: 5A, 6F and EE. RGB value is (90,111,238). Sum of RGB (Red+Green+Blue) = 90+111+238=439 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.50% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A6FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A6FEE is #A59011. Grayscale: #767676. Windows color (decimal): -10850322 or 15626074. OLE color: 15626074.

HSL color Cylindrical-coordinate representation of color #5A6FEE: hue angle of 231.49º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A6FEE is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 111 238 -
CMYK 0.62 0.53 0 0.07
HSL 231.49º 0.81% 0.64% -
HSV(B) 231.49º 0.62% 0.93% -
XYZ 25.33 19.72 83.36 -
YUV 119.2 195.04 107.17 -
System Red Green Blue C M Y K H S L
Decimal 90 111 238 0.62 0.53 0 0.07 231.49 0.81 0.64
Hex 5A 6F EE 3E 35 0 7 E7 51 40
Octal 132 157 356 76 65 0 7 347 121 100
Binary 1011010 1101111 11101110 111110 110101 0 111 11100111 1010001 1000000

Color Harmonies of #5A6FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6FEE

Black with #5A6FEE

Text Example


Text Example

White with #5A6FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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