#51A1F2

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

Shades of Cornflower Blue #51A1F2

Tints of Cornflower Blue #51A1F2

Color information

#51A1F2 (or 0x51A1F2) is unknown color: approx Cornflower Blue. HEX triplet: 51, A1 and F2. RGB value is (81,161,242). Sum of RGB (Red+Green+Blue) = 81+161+242=484 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.74% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #51A1F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A1F2 is #AE5E0D. Grayscale: #919191. Windows color (decimal): -11427342 or 15901009. OLE color: 15901009.

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

Color convert

RGB81161242-
CMYK0.670.3300.05
HSL210.19º86.1%63.33%-
HSV(B)210.19º66.53%94.9%-
XYZ32.1733.6588.8-
YUV146.3118281.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.74%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 242 (94.92% from 255) = 50%
R=16.74%
G=33.26%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal811612420.670.3300.05210.1986.163.33
Hex51A1F2432105d2563f
Octal121241362103410532212677
Binary1010001101000011111001010000111000010101110100101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,161,242); }

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

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

 a { background-color: rgb(81,161,242); }

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

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

 span { border-color: rgb(81,161,242); }

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