#5184FB

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

Shades of Cornflower Blue #5184FB

Tints of Cornflower Blue #5184FB

Color information

#5184FB (or 0x5184FB) is unknown color: approx Cornflower Blue. HEX triplet: 51, 84 and FB. RGB value is (81,132,251). Sum of RGB (Red+Green+Blue) = 81+132+251=464 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.46% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #5184FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5184FB is #AE7B04. Grayscale: #818181. Windows color (decimal): -11434757 or 16483409. OLE color: 16483409.

HSL color Cylindrical-coordinate representation of color #5184FB: hue angle of 222º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5184FB is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB81132251-
CMYK0.680.4700.02
HSL222º95.51%65.1%-
HSV(B)222º67.73%98.43%-
XYZ29.0625.2294.6-
YUV130.32196.192.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.46%
GREEN value IS 132 (51.95% from 255) = 28.45%
BLUE value IS 251 (98.44% from 255) = 54.09%
R=17.46%
G=28.45%
B=54.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal811322510.680.4700.0222295.5165.1
Hex5184FB442F02de6041
Octal1212043731045702336140101
Binary1010001100001001111101110001001011110101101111011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5184FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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