Html Css Color HEX #5161EF Royal Blue

📋 copy color: '#5161EF'

red 81 ◦ green 97 ◦ blue 239

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

Shades of Royal Blue #5161EF

Tints of Royal Blue #5161EF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.26%

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

R = 19.42%
G = 23.26%
B = 57.31%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5161EF (or 0x5161EF) is known color: Royal Blue. HEX triplet: 51, 61 and EF. RGB value is (81,97,239). Sum of RGB (Red+Green+Blue) = 81+97+239=417 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.42% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #5161EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5161EF is #AE9E10. Grayscale: #6B6B6B. Windows color (decimal): -11443729 or 15688017. OLE color: 15688017.

HSL color Cylindrical-coordinate representation of color #5161EF: hue angle of 233.92º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5161EF is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 97 239 -
CMYK 0.66 0.59 0 0.06
HSL 233.92º 0.83% 0.63% -
HSV(B) 233.92º 0.66% 0.94% -
XYZ 23.25 16.53 83.63 -
YUV 108.4 201.7 108.45 -
System Red Green Blue C M Y K H S L
Decimal 81 97 239 0.66 0.59 0 0.06 233.92 0.83 0.63
Hex 51 61 EF 42 3B 0 6 EA 53 3F
Octal 121 141 357 102 73 0 6 352 123 77
Binary 1010001 1100001 11101111 1000010 111011 0 110 11101010 1010011 111111

Color Harmonies of #5161EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5161EF

Black with #5161EF

Text Example


Text Example

White with #5161EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5161EF; }

 p { color: rgb(81,97,239); }

 H1.HeaderClassName
 {
   color: #5161EF;
 }
 .AnyTagClassName
 {
   color: #5161EF;
 }
</style>

background-color css

<style>
 a { background-color: #5161EF; }

 a { background-color: rgb(81,97,239); }

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

border-color css

<style>
 span { border-color: #5161EF; }

 span { border-color: rgb(81,97,239); }

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