#51A7F1

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

Shades of Cornflower Blue #51A7F1

Tints of Cornflower Blue #51A7F1

Color information

#51A7F1 (or 0x51A7F1) is unknown color: approx Cornflower Blue. HEX triplet: 51, A7 and F1. RGB value is (81,167,241). Sum of RGB (Red+Green+Blue) = 81+167+241=489 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.56% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #51A7F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A7F1 is #AE580E. Grayscale: #959595. Windows color (decimal): -11425807 or 15837009. OLE color: 15837009.

HSL color Cylindrical-coordinate representation of color #51A7F1: hue angle of 207.75º 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 #51A7F1 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB81167241-
CMYK0.660.3100.05
HSL207.75º85.11%63.14%-
HSV(B)207.75º66.39%94.51%-
XYZ33.0935.7488.37-
YUV149.72179.5178.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.56%
GREEN value IS 167 (65.62% from 255) = 34.15%
BLUE value IS 241 (94.53% from 255) = 49.28%
R=16.56%
G=34.15%
B=49.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal811672410.660.3100.05207.7585.1163.14
Hex51A7F1421F05d0553f
Octal121247361102370532012577
Binary101000110100111111100011000010111110101110100001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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