#51A8F1

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

Shades of Cornflower Blue #51A8F1

Tints of Cornflower Blue #51A8F1

Color information

#51A8F1 (or 0x51A8F1) is unknown color: approx Cornflower Blue. HEX triplet: 51, A8 and F1. RGB value is (81,168,241). Sum of RGB (Red+Green+Blue) = 81+168+241=490 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.53% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #51A8F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A8F1 is #AE570E. Grayscale: #959595. Windows color (decimal): -11425551 or 15837265. OLE color: 15837265.

HSL color Cylindrical-coordinate representation of color #51A8F1: hue angle of 207.38º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51A8F1 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB81168241-
CMYK0.660.3000.05
HSL207.38º85.11%63.14%-
HSV(B)207.38º66.39%94.51%-
XYZ33.2736.1188.43-
YUV150.31179.1878.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.53%
GREEN value IS 168 (66.02% from 255) = 34.29%
BLUE value IS 241 (94.53% from 255) = 49.18%
R=16.53%
G=34.29%
B=49.18%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal811682410.660.3000.05207.3885.1163.14
Hex51A8F1421E05cf553f
Octal121250361102360531712577
Binary101000110101000111100011000010111100101110011111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,168,241); }

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

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

 a { background-color: rgb(81,168,241); }

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

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

 span { border-color: rgb(81,168,241); }

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