#51A5FC

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

Shades of Cornflower Blue #51A5FC

Tints of Cornflower Blue #51A5FC

Color information

#51A5FC (or 0x51A5FC) is unknown color: approx Cornflower Blue. HEX triplet: 51, A5 and FC. RGB value is (81,165,252). Sum of RGB (Red+Green+Blue) = 81+165+252=498 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.27% from 498); Green value is 165 (64.84% from 255 or 33.13% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #51A5FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A5FC is #AE5A03. Grayscale: #959595. Windows color (decimal): -11426308 or 16557393. OLE color: 16557393.

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

Color convert

RGB81165252-
CMYK0.680.3500.01
HSL210.53º96.61%65.29%-
HSV(B)210.53º67.86%98.82%-
XYZ34.4235.6997.17-
YUV149.8185.6778.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.27%
GREEN value IS 165 (64.84% from 255) = 33.13%
BLUE value IS 252 (98.83% from 255) = 50.60%
R=16.27%
G=33.13%
B=50.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal811652520.680.3500.01210.5396.6165.29
Hex51A5FC442301d36141
Octal1212453741044301323141101
Binary101000110100101111111001000100100011011101001111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51A5FC; }

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

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

<style>
 a { background-color: #51A5FC; }

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

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

<style>
 span { border-color: #51A5FC; }

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

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