Html Css Color HEX #515FEB Royal Blue

📋 copy color: '#515FEB'

red 81 ◦ green 95 ◦ blue 235

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

Shades of Royal Blue #515FEB

Tints of Royal Blue #515FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.11%

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

R = 19.71%
G = 23.11%
B = 57.18%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#515FEB (or 0x515FEB) is known color: Royal Blue. HEX triplet: 51, 5F and EB. RGB value is (81,95,235). Sum of RGB (Red+Green+Blue) = 81+95+235=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #515FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515FEB is #AEA014. Grayscale: #6A6A6A. Windows color (decimal): -11444245 or 15425361. OLE color: 15425361.

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

Color convert

RGB 81 95 235 -
CMYK 0.66 0.60 0 0.08
HSL 234.55º 0.79% 0.62% -
HSV(B) 234.55º 0.66% 0.92% -
XYZ 22.48 15.93 80.49 -
YUV 106.77 200.36 109.62 -
System Red Green Blue C M Y K H S L
Decimal 81 95 235 0.66 0.60 0 0.08 234.55 0.79 0.62
Hex 51 5F EB 42 3C 0 8 EB 4F 3E
Octal 121 137 353 102 74 0 10 353 117 76
Binary 1010001 1011111 11101011 1000010 111100 0 1000 11101011 1001111 111110

Color Harmonies of #515FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515FEB

Black with #515FEB

Text Example


Text Example

White with #515FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515FEB; }

 p { color: rgb(81,95,235); }

 H1.HeaderClassName
 {
   color: #515FEB;
 }
 .AnyTagClassName
 {
   color: #515FEB;
 }
</style>

background-color css

<style>
 a { background-color: #515FEB; }

 a { background-color: rgb(81,95,235); }

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

border-color css

<style>
 span { border-color: #515FEB; }

 span { border-color: rgb(81,95,235); }

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