Html Css Color HEX #5186F7 Cornflower Blue

📋 copy color: '#5186F7'

red 81 ◦ green 134 ◦ blue 247

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

Shades of Cornflower Blue #5186F7

Tints of Cornflower Blue #5186F7

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29%

 BLUE value IS 247 (96.88% from 255) = 53.46%

R = 17.53%
G = 29%
B = 53.46%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5186F7 (or 0x5186F7) is known color: Cornflower Blue. HEX triplet: 51, 86 and F7. RGB value is (81,134,247). Sum of RGB (Red+Green+Blue) = 81+134+247=462 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.53% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 247 (96.88% from 255 or 53.46% from 462); Max value from RGB is 247 - color contains mainly: blue. Hex color #5186F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5186F7 is #AE7908. Grayscale: #828282. Windows color (decimal): -11434249 or 16221777. OLE color: 16221777.

HSL color Cylindrical-coordinate representation of color #5186F7: hue angle of 220.84º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5186F7 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 81 134 247 -
CMYK 0.67 0.46 0 0.03
HSL 220.84º 0.91% 0.64% -
HSV(B) 220.84º 0.67% 0.97% -
XYZ 28.71 25.51 91.41 -
YUV 131.04 193.44 92.31 -
System Red Green Blue C M Y K H S L
Decimal 81 134 247 0.67 0.46 0 0.03 220.84 0.91 0.64
Hex 51 86 F7 43 2E 0 3 DD 5B 40
Octal 121 206 367 103 56 0 3 335 133 100
Binary 1010001 10000110 11110111 1000011 101110 0 11 11011101 1011011 1000000

Color Harmonies of #5186F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5186F7

Black with #5186F7

Text Example


Text Example

White with #5186F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5186F7; }

 p { color: rgb(81,134,247); }

 H1.HeaderClassName
 {
   color: #5186F7;
 }
 .AnyTagClassName
 {
   color: #5186F7;
 }
</style>

background-color css

<style>
 a { background-color: #5186F7; }

 a { background-color: rgb(81,134,247); }

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

border-color css

<style>
 span { border-color: #5186F7; }

 span { border-color: rgb(81,134,247); }

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