#5193FC

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

Shades of Cornflower Blue #5193FC

Tints of Cornflower Blue #5193FC

Color information

#5193FC (or 0x5193FC) is unknown color: approx Cornflower Blue. HEX triplet: 51, 93 and FC. RGB value is (81,147,252). Sum of RGB (Red+Green+Blue) = 81+147+252=480 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.88% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #5193FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5193FC is #AE6C03. Grayscale: #8A8A8A. Windows color (decimal): -11430916 or 16552785. OLE color: 16552785.

HSL color Cylindrical-coordinate representation of color #5193FC: hue angle of 216.84º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5193FC is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB81147252-
CMYK0.680.4200.01
HSL216.84º96.61%65.29%-
HSV(B)216.84º67.86%98.82%-
XYZ31.429.6596.16-
YUV139.24191.6386.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.88%
GREEN value IS 147 (57.81% from 255) = 30.62%
BLUE value IS 252 (98.83% from 255) = 52.5%
R=16.88%
G=30.62%
B=52.5%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal811472520.680.4200.01216.8496.6165.29
Hex5193FC442A01d96141
Octal1212233741045201331141101
Binary101000110010011111111001000100101010011101100111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5193FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5193FC; }

 p { color: rgb(81,147,252); }

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

<style>
 a { background-color: #5193FC; }

 a { background-color: rgb(81,147,252); }

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

<style>
 span { border-color: #5193FC; }

 span { border-color: rgb(81,147,252); }

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