Html Css Color HEX #5365EB Royal Blue

📋 copy color: '#5365EB'

red 83 ◦ green 101 ◦ blue 235

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

Shades of Royal Blue #5365EB

Tints of Royal Blue #5365EB

RGB

 RED value IS 83 (32.81% from 255) = 19.81%

 GREEN value IS 101 (39.84% from 255) = 24.11%

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

R = 19.81%
G = 24.11%
B = 56.09%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5365EB (or 0x5365EB) is known color: Royal Blue. HEX triplet: 53, 65 and EB. RGB value is (83,101,235). Sum of RGB (Red+Green+Blue) = 83+101+235=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #5365EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5365EB is #AC9A14. Grayscale: #6E6E6E. Windows color (decimal): -11311637 or 15426899. OLE color: 15426899.

HSL color Cylindrical-coordinate representation of color #5365EB: hue angle of 232.89º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5365EB is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 101 235 -
CMYK 0.65 0.57 0 0.08
HSL 232.89º 0.79% 0.62% -
HSV(B) 232.89º 0.65% 0.92% -
XYZ 23.22 17.14 80.68 -
YUV 110.89 198.04 108.1 -
System Red Green Blue C M Y K H S L
Decimal 83 101 235 0.65 0.57 0 0.08 232.89 0.79 0.62
Hex 53 65 EB 41 39 0 8 E9 4F 3E
Octal 123 145 353 101 71 0 10 351 117 76
Binary 1010011 1100101 11101011 1000001 111001 0 1000 11101001 1001111 111110

Color Harmonies of #5365EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5365EB

Black with #5365EB

Text Example


Text Example

White with #5365EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5365EB; }

 p { color: rgb(83,101,235); }

 H1.HeaderClassName
 {
   color: #5365EB;
 }
 .AnyTagClassName
 {
   color: #5365EB;
 }
</style>

background-color css

<style>
 a { background-color: #5365EB; }

 a { background-color: rgb(83,101,235); }

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

border-color css

<style>
 span { border-color: #5365EB; }

 span { border-color: rgb(83,101,235); }

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