#5184F8

Color #5184F8 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5184F8

Tints of Cornflower Blue #5184F8

Color information

#5184F8 (or 0x5184F8) is unknown color: approx Cornflower Blue. HEX triplet: 51, 84 and F8. RGB value is (81,132,248). Sum of RGB (Red+Green+Blue) = 81+132+248=461 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.57% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 248 (97.27% from 255 or 53.80% from 461); Max value from RGB is 248 - color contains mainly: blue. Hex color #5184F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5184F8 is #AE7B07. Grayscale: #818181. Windows color (decimal): -11434760 or 16286801. OLE color: 16286801.

HSL color Cylindrical-coordinate representation of color #5184F8: hue angle of 221.68º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5184F8 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB81132248-
CMYK0.670.4700.03
HSL221.68º92.27%64.51%-
HSV(B)221.68º67.34%97.25%-
XYZ28.5925.0392.13-
YUV129.98194.693.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.57%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 248 (97.27% from 255) = 53.80%
R=17.57%
G=28.63%
B=53.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal811322480.670.4700.03221.6892.2764.51
Hex5184F8432F03de5c41
Octal1212043701035703336134101
Binary1010001100001001111100010000111011110111101111010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5184F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5184F8; }

 p { color: rgb(81,132,248); }

 H1.HeaderClassName
 {
   color: #5184F8;
 }
 .AnyTagClassName
 {
   color: #5184F8;
 }
</style>
background-color css

<style>
 a { background-color: #5184F8; }

 a { background-color: rgb(81,132,248); }

 div.DivClassName
 {
   background-color: #5184F8;
 }
 .BgClassName
 {
   background-color: #5184F8;
 }
</style>
border-color css

<style>
 span { border-color: #5184F8; }

 span { border-color: rgb(81,132,248); }

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