Html Css Color HEX #5165EA Royal Blue

📋 copy color: '#5165EA'

red 81 ◦ green 101 ◦ blue 234

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

Shades of Royal Blue #5165EA

Tints of Royal Blue #5165EA

RGB

 RED value IS 81 (32.03% from 255) = 19.47%

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

 BLUE value IS 234 (91.8% from 255) = 56.25%

R = 19.47%
G = 24.28%
B = 56.25%

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

#5165EA (or 0x5165EA) is known color: Royal Blue. HEX triplet: 51, 65 and EA. RGB value is (81,101,234). Sum of RGB (Red+Green+Blue) = 81+101+234=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #5165EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5165EA is #AE9A15. Grayscale: #6D6D6D. Windows color (decimal): -11442710 or 15361361. OLE color: 15361361.

HSL color Cylindrical-coordinate representation of color #5165EA: hue angle of 232.16º degrees, saturation: 0.78, 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 #5165EA is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 101 234 -
CMYK 0.65 0.57 0 0.08
HSL 232.16º 0.78% 0.62% -
HSV(B) 232.16º 0.65% 0.92% -
XYZ 22.9 17 79.92 -
YUV 110.18 197.87 107.19 -
System Red Green Blue C M Y K H S L
Decimal 81 101 234 0.65 0.57 0 0.08 232.16 0.78 0.62
Hex 51 65 EA 41 39 0 8 E8 4E 3E
Octal 121 145 352 101 71 0 10 350 116 76
Binary 1010001 1100101 11101010 1000001 111001 0 1000 11101000 1001110 111110

Color Harmonies of #5165EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5165EA

Black with #5165EA

Text Example


Text Example

White with #5165EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5165EA; }

 p { color: rgb(81,101,234); }

 H1.HeaderClassName
 {
   color: #5165EA;
 }
 .AnyTagClassName
 {
   color: #5165EA;
 }
</style>

background-color css

<style>
 a { background-color: #5165EA; }

 a { background-color: rgb(81,101,234); }

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

border-color css

<style>
 span { border-color: #5165EA; }

 span { border-color: rgb(81,101,234); }

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