Html Css Color HEX #5969E8 Royal Blue

📋 copy color: '#5969E8'

red 89 ◦ green 105 ◦ blue 232

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

Shades of Royal Blue #5969E8

Tints of Royal Blue #5969E8

RGB

 RED value IS 89 (35.16% from 255) = 20.89%

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

 BLUE value IS 232 (91.02% from 255) = 54.46%

R = 20.89%
G = 24.65%
B = 54.46%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5969E8 (or 0x5969E8) is known color: Royal Blue. HEX triplet: 59, 69 and E8. RGB value is (89,105,232). Sum of RGB (Red+Green+Blue) = 89+105+232=426 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.89% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 232 (91.02% from 255 or 54.46% from 426); Max value from RGB is 232 - color contains mainly: blue. Hex color #5969E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5969E8 is #A69617. Grayscale: #727272. Windows color (decimal): -10917400 or 15231321. OLE color: 15231321.

HSL color Cylindrical-coordinate representation of color #5969E8: hue angle of 233.29º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5969E8 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 89 105 232 -
CMYK 0.62 0.55 0 0.09
HSL 233.29º 0.76% 0.63% -
HSV(B) 233.29º 0.62% 0.91% -
XYZ 23.74 18.05 78.58 -
YUV 114.69 194.2 109.67 -
System Red Green Blue C M Y K H S L
Decimal 89 105 232 0.62 0.55 0 0.09 233.29 0.76 0.63
Hex 59 69 E8 3E 37 0 9 E9 4C 3F
Octal 131 151 350 76 67 0 11 351 114 77
Binary 1011001 1101001 11101000 111110 110111 0 1001 11101001 1001100 111111

Color Harmonies of #5969E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5969E8

Black with #5969E8

Text Example


Text Example

White with #5969E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5969E8; }

 p { color: rgb(89,105,232); }

 H1.HeaderClassName
 {
   color: #5969E8;
 }
 .AnyTagClassName
 {
   color: #5969E8;
 }
</style>

background-color css

<style>
 a { background-color: #5969E8; }

 a { background-color: rgb(89,105,232); }

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

border-color css

<style>
 span { border-color: #5969E8; }

 span { border-color: rgb(89,105,232); }

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