#5092FC

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

Shades of Cornflower Blue #5092FC

Tints of Cornflower Blue #5092FC

Color information

#5092FC (or 0x5092FC) is unknown color: approx Cornflower Blue. HEX triplet: 50, 92 and FC. RGB value is (80,146,252). Sum of RGB (Red+Green+Blue) = 80+146+252=478 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.74% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #5092FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5092FC is #AF6D03. Grayscale: #898989. Windows color (decimal): -11496708 or 16552528. OLE color: 16552528.

HSL color Cylindrical-coordinate representation of color #5092FC: hue angle of 216.98º 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 #5092FC is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB80146252-
CMYK0.680.4200.01
HSL216.98º96.63%65.1%-
HSV(B)216.98º68.25%98.82%-
XYZ31.1629.2996.11-
YUV138.35192.1386.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.74%
GREEN value IS 146 (57.42% from 255) = 30.54%
BLUE value IS 252 (98.83% from 255) = 52.72%
R=16.74%
G=30.54%
B=52.72%

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
Decimal801462520.680.4200.01216.9896.6365.1
Hex5092FC442A01d96141
Octal1202223741045201331141101
Binary101000010010010111111001000100101010011101100111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5092FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,146,252); }

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

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

 a { background-color: rgb(80,146,252); }

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

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

 span { border-color: rgb(80,146,252); }

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