Html Css Color HEX #5158DD Royal Blue

📋 copy color: '#5158DD'

red 81 ◦ green 88 ◦ blue 221

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

Shades of Royal Blue #5158DD

Tints of Royal Blue #5158DD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.56%

 BLUE value IS 221 (86.72% from 255) = 56.67%

R = 20.77%
G = 22.56%
B = 56.67%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5158DD (or 0x5158DD) is known color: Royal Blue. HEX triplet: 51, 58 and DD. RGB value is (81,88,221). Sum of RGB (Red+Green+Blue) = 81+88+221=390 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.77% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #5158DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5158DD is #AEA722. Grayscale: #646464. Windows color (decimal): -11446051 or 14506065. OLE color: 14506065.

HSL color Cylindrical-coordinate representation of color #5158DD: hue angle of 237º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5158DD is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 88 221 -
CMYK 0.63 0.60 0 0.13
HSL 237º 0.67% 0.59% -
HSV(B) 237º 0.63% 0.87% -
XYZ 19.93 13.95 70.05 -
YUV 101.07 195.68 113.69 -
System Red Green Blue C M Y K H S L
Decimal 81 88 221 0.63 0.60 0 0.13 237 0.67 0.59
Hex 51 58 DD 3F 3C 0 D ED 43 3B
Octal 121 130 335 77 74 0 15 355 103 73
Binary 1010001 1011000 11011101 111111 111100 0 1101 11101101 1000011 111011

Color Harmonies of #5158DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5158DD

Black with #5158DD

Text Example


Text Example

White with #5158DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5158DD; }

 p { color: rgb(81,88,221); }

 H1.HeaderClassName
 {
   color: #5158DD;
 }
 .AnyTagClassName
 {
   color: #5158DD;
 }
</style>

background-color css

<style>
 a { background-color: #5158DD; }

 a { background-color: rgb(81,88,221); }

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

border-color css

<style>
 span { border-color: #5158DD; }

 span { border-color: rgb(81,88,221); }

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