Html Css Color HEX #5186DE Cornflower Blue

📋 copy color: '#5186DE'

red 81 ◦ green 134 ◦ blue 222

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

Shades of Cornflower Blue #5186DE

Tints of Cornflower Blue #5186DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.8%

R = 18.54%
G = 30.66%
B = 50.8%

CMYK

 C value IS 0.64

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5186DE (or 0x5186DE) is known color: Cornflower Blue. HEX triplet: 51, 86 and DE. RGB value is (81,134,222). Sum of RGB (Red+Green+Blue) = 81+134+222=437 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.54% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #5186DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5186DE is #AE7921. Grayscale: #7F7F7F. Windows color (decimal): -11434274 or 14583377. OLE color: 14583377.

HSL color Cylindrical-coordinate representation of color #5186DE: hue angle of 217.45º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5186DE is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 134 222 -
CMYK 0.64 0.40 0 0.13
HSL 217.45º 0.68% 0.59% -
HSV(B) 217.45º 0.64% 0.87% -
XYZ 25.1 24.07 72.43 -
YUV 128.19 180.94 94.34 -
System Red Green Blue C M Y K H S L
Decimal 81 134 222 0.64 0.40 0 0.13 217.45 0.68 0.59
Hex 51 86 DE 40 28 0 D D9 44 3B
Octal 121 206 336 100 50 0 15 331 104 73
Binary 1010001 10000110 11011110 1000000 101000 0 1101 11011001 1000100 111011

Color Harmonies of #5186DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5186DE

Black with #5186DE

Text Example


Text Example

White with #5186DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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