Html Css Color HEX #5A68EF Royal Blue

📋 copy color: '#5A68EF'

red 90 ◦ green 104 ◦ blue 239

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

Shades of Royal Blue #5A68EF

Tints of Royal Blue #5A68EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.2%

R = 20.79%
G = 24.02%
B = 55.2%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5A68EF (or 0x5A68EF) is known color: Royal Blue. HEX triplet: 5A, 68 and EF. RGB value is (90,104,239). Sum of RGB (Red+Green+Blue) = 90+104+239=433 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.79% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #5A68EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A68EF is #A59710. Grayscale: #727272. Windows color (decimal): -10852113 or 15689818. OLE color: 15689818.

HSL color Cylindrical-coordinate representation of color #5A68EF: hue angle of 234.36º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A68EF is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 104 239 -
CMYK 0.62 0.56 0 0.06
HSL 234.36º 0.82% 0.65% -
HSV(B) 234.36º 0.62% 0.94% -
XYZ 24.75 18.31 83.89 -
YUV 115.2 197.86 110.02 -
System Red Green Blue C M Y K H S L
Decimal 90 104 239 0.62 0.56 0 0.06 234.36 0.82 0.65
Hex 5A 68 EF 3E 38 0 6 EA 52 41
Octal 132 150 357 76 70 0 6 352 122 101
Binary 1011010 1101000 11101111 111110 111000 0 110 11101010 1010010 1000001

Color Harmonies of #5A68EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A68EF

Black with #5A68EF

Text Example


Text Example

White with #5A68EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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