#51A6F4

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

Shades of Cornflower Blue #51A6F4

Tints of Cornflower Blue #51A6F4

Color information

#51A6F4 (or 0x51A6F4) is unknown color: approx Cornflower Blue. HEX triplet: 51, A6 and F4. RGB value is (81,166,244). Sum of RGB (Red+Green+Blue) = 81+166+244=491 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.50% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 244 (95.70% from 255 or 49.69% from 491); Max value from RGB is 244 - color contains mainly: blue. Hex color #51A6F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A6F4 is #AE590B. Grayscale: #959595. Windows color (decimal): -11426060 or 16033361. OLE color: 16033361.

HSL color Cylindrical-coordinate representation of color #51A6F4: hue angle of 208.71º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51A6F4 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB81166244-
CMYK0.670.3200.04
HSL208.71º88.11%63.73%-
HSV(B)208.71º66.8%95.69%-
XYZ33.3635.5590.69-
YUV149.48181.3479.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.50%
GREEN value IS 166 (65.23% from 255) = 33.81%
BLUE value IS 244 (95.70% from 255) = 49.69%
R=16.50%
G=33.81%
B=49.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal811662440.670.3200.04208.7188.1163.73
Hex51A6F4432004d15840
Octal1212463641034004321130100
Binary10100011010011011110100100001110000001001101000110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,166,244); }

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

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

 a { background-color: rgb(81,166,244); }

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

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

 span { border-color: rgb(81,166,244); }

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