#5192FA

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

Shades of Cornflower Blue #5192FA

Tints of Cornflower Blue #5192FA

Color information

#5192FA (or 0x5192FA) is unknown color: approx Cornflower Blue. HEX triplet: 51, 92 and FA. RGB value is (81,146,250). Sum of RGB (Red+Green+Blue) = 81+146+250=477 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.98% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #5192FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5192FA is #AE6D05. Grayscale: #898989. Windows color (decimal): -11431174 or 16421457. OLE color: 16421457.

HSL color Cylindrical-coordinate representation of color #5192FA: hue angle of 216.92º degrees, saturation: 0.94, 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 #5192FA is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB81146250-
CMYK0.680.4200.02
HSL216.92º94.41%64.9%-
HSV(B)216.92º67.6%98.04%-
XYZ30.9329.2194.45-
YUV138.42190.9787.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.98%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 250 (98.05% from 255) = 52.41%
R=16.98%
G=30.61%
B=52.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal811462500.680.4200.02216.9294.4164.9
Hex5192FA442A02d95e41
Octal1212223721045202331136101
Binary1010001100100101111101010001001010100101101100110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5192FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5192FA; }

 p { color: rgb(81,146,250); }

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

<style>
 a { background-color: #5192FA; }

 a { background-color: rgb(81,146,250); }

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

<style>
 span { border-color: #5192FA; }

 span { border-color: rgb(81,146,250); }

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