Html Css Color HEX #5A68EB Royal Blue

📋 copy color: '#5A68EB'

red 90 ◦ green 104 ◦ blue 235

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

Shades of Royal Blue #5A68EB

Tints of Royal Blue #5A68EB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.24%

 BLUE value IS 235 (92.19% from 255) = 54.78%

R = 20.98%
G = 24.24%
B = 54.78%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A68EB (or 0x5A68EB) is known color: Royal Blue. HEX triplet: 5A, 68 and EB. RGB value is (90,104,235). Sum of RGB (Red+Green+Blue) = 90+104+235=429 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.98% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A68EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A68EB is #A59714. Grayscale: #727272. Windows color (decimal): -10852117 or 15427674. OLE color: 15427674.

HSL color Cylindrical-coordinate representation of color #5A68EB: hue angle of 234.21º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A68EB is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 104 235 -
CMYK 0.62 0.56 0 0.08
HSL 234.21º 0.78% 0.64% -
HSV(B) 234.21º 0.62% 0.92% -
XYZ 24.16 18.07 80.81 -
YUV 114.75 195.86 110.35 -
System Red Green Blue C M Y K H S L
Decimal 90 104 235 0.62 0.56 0 0.08 234.21 0.78 0.64
Hex 5A 68 EB 3E 38 0 8 EA 4E 40
Octal 132 150 353 76 70 0 10 352 116 100
Binary 1011010 1101000 11101011 111110 111000 0 1000 11101010 1001110 1000000

Color Harmonies of #5A68EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A68EB

Black with #5A68EB

Text Example


Text Example

White with #5A68EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,104,235); }

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

background-color css

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

 a { background-color: rgb(90,104,235); }

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

border-color css

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

 span { border-color: rgb(90,104,235); }

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