Html Css Color HEX #5962DF Royal Blue

📋 copy color: '#5962DF'

red 89 ◦ green 98 ◦ blue 223

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

Shades of Royal Blue #5962DF

Tints of Royal Blue #5962DF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.9%

 BLUE value IS 223 (87.5% from 255) = 54.39%

R = 21.71%
G = 23.9%
B = 54.39%

CMYK

 C value IS 0.60

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5962DF (or 0x5962DF) is known color: Royal Blue. HEX triplet: 59, 62 and DF. RGB value is (89,98,223). Sum of RGB (Red+Green+Blue) = 89+98+223=410 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.71% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #5962DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5962DF is #A69D20. Grayscale: #6D6D6D. Windows color (decimal): -10919201 or 14639705. OLE color: 14639705.

HSL color Cylindrical-coordinate representation of color #5962DF: hue angle of 235.97º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5962DF is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 98 223 -
CMYK 0.60 0.56 0 0.13
HSL 235.97º 0.68% 0.61% -
HSV(B) 235.97º 0.6% 0.87% -
XYZ 21.81 16.19 71.79 -
YUV 109.56 192.02 113.34 -
System Red Green Blue C M Y K H S L
Decimal 89 98 223 0.60 0.56 0 0.13 235.97 0.68 0.61
Hex 59 62 DF 3C 38 0 D EC 44 3D
Octal 131 142 337 74 70 0 15 354 104 75
Binary 1011001 1100010 11011111 111100 111000 0 1101 11101100 1000100 111101

Color Harmonies of #5962DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5962DF

Black with #5962DF

Text Example


Text Example

White with #5962DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5962DF; }

 p { color: rgb(89,98,223); }

 H1.HeaderClassName
 {
   color: #5962DF;
 }
 .AnyTagClassName
 {
   color: #5962DF;
 }
</style>

background-color css

<style>
 a { background-color: #5962DF; }

 a { background-color: rgb(89,98,223); }

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

border-color css

<style>
 span { border-color: #5962DF; }

 span { border-color: rgb(89,98,223); }

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