#5184F2

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

Shades of Cornflower Blue #5184F2

Tints of Cornflower Blue #5184F2

Color information

#5184F2 (or 0x5184F2) is unknown color: approx Cornflower Blue. HEX triplet: 51, 84 and F2. RGB value is (81,132,242). Sum of RGB (Red+Green+Blue) = 81+132+242=455 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.80% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 242 (94.92% from 255 or 53.19% from 455); Max value from RGB is 242 - color contains mainly: blue. Hex color #5184F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5184F2 is #AE7B0D. Grayscale: #808080. Windows color (decimal): -11434766 or 15893585. OLE color: 15893585.

HSL color Cylindrical-coordinate representation of color #5184F2: hue angle of 220.99º 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 #5184F2 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB81132242-
CMYK0.670.4500.05
HSL220.99º86.1%63.33%-
HSV(B)220.99º66.53%94.9%-
XYZ27.6724.6687.31-
YUV129.29191.693.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.80%
GREEN value IS 132 (51.95% from 255) = 29.01%
BLUE value IS 242 (94.92% from 255) = 53.19%
R=17.80%
G=29.01%
B=53.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal811322420.670.4500.05220.9986.163.33
Hex5184F2432D05dd563f
Octal121204362103550533512677
Binary1010001100001001111001010000111011010101110111011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5184F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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