#51A8F3

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

Shades of Cornflower Blue #51A8F3

Tints of Cornflower Blue #51A8F3

Color information

#51A8F3 (or 0x51A8F3) is unknown color: approx Cornflower Blue. HEX triplet: 51, A8 and F3. RGB value is (81,168,243). Sum of RGB (Red+Green+Blue) = 81+168+243=492 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.46% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 243 (95.31% from 255 or 49.39% from 492); Max value from RGB is 243 - color contains mainly: blue. Hex color #51A8F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A8F3 is #AE570C. Grayscale: #969696. Windows color (decimal): -11425549 or 15968337. OLE color: 15968337.

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

Color convert

RGB81168243-
CMYK0.670.3100.05
HSL207.78º87.1%63.53%-
HSV(B)207.78º66.67%95.29%-
XYZ33.5736.2390.02-
YUV150.54180.1878.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.46%
GREEN value IS 168 (66.02% from 255) = 34.15%
BLUE value IS 243 (95.31% from 255) = 49.39%
R=16.46%
G=34.15%
B=49.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal811682430.670.3100.05207.7887.163.53
Hex51A8F3431F05d05740
Octal1212503631033705320127100
Binary1010001101010001111001110000111111101011101000010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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