Html Css Color HEX #5167F2 Royal Blue

📋 copy color: '#5167F2'

red 81 ◦ green 103 ◦ blue 242

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

Shades of Royal Blue #5167F2

Tints of Royal Blue #5167F2

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.18%

 BLUE value IS 242 (94.92% from 255) = 56.81%

R = 19.01%
G = 24.18%
B = 56.81%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5167F2 (or 0x5167F2) is known color: Royal Blue. HEX triplet: 51, 67 and F2. RGB value is (81,103,242). Sum of RGB (Red+Green+Blue) = 81+103+242=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 242 (94.92% from 255 or 56.81% from 426); Max value from RGB is 242 - color contains mainly: blue. Hex color #5167F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5167F2 is #AE980D. Grayscale: #6F6F6F. Windows color (decimal): -11442190 or 15886161. OLE color: 15886161.

HSL color Cylindrical-coordinate representation of color #5167F2: hue angle of 231.8º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5167F2 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 103 242 -
CMYK 0.67 0.57 0 0.05
HSL 231.8º 0.86% 0.63% -
HSV(B) 231.8º 0.67% 0.95% -
XYZ 24.27 17.86 86.17 -
YUV 112.27 201.21 105.7 -
System Red Green Blue C M Y K H S L
Decimal 81 103 242 0.67 0.57 0 0.05 231.8 0.86 0.63
Hex 51 67 F2 43 39 0 5 E8 56 3F
Octal 121 147 362 103 71 0 5 350 126 77
Binary 1010001 1100111 11110010 1000011 111001 0 101 11101000 1010110 111111

Color Harmonies of #5167F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5167F2

Black with #5167F2

Text Example


Text Example

White with #5167F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5167F2; }

 p { color: rgb(81,103,242); }

 H1.HeaderClassName
 {
   color: #5167F2;
 }
 .AnyTagClassName
 {
   color: #5167F2;
 }
</style>

background-color css

<style>
 a { background-color: #5167F2; }

 a { background-color: rgb(81,103,242); }

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

border-color css

<style>
 span { border-color: #5167F2; }

 span { border-color: rgb(81,103,242); }

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