#518BDF

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

Shades of Cornflower Blue #518BDF

Tints of Cornflower Blue #518BDF

Color information

#518BDF (or 0x518BDF) is unknown color: approx Cornflower Blue. HEX triplet: 51, 8B and DF. RGB value is (81,139,223). Sum of RGB (Red+Green+Blue) = 81+139+223=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #518BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518BDF is #AE7420. Grayscale: #828282. Windows color (decimal): -11432993 or 14650193. OLE color: 14650193.

HSL color Cylindrical-coordinate representation of color #518BDF: hue angle of 215.49º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #518BDF is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB81139223-
CMYK0.640.3800.13
HSL215.49º68.93%59.61%-
HSV(B)215.49º63.68%87.45%-
XYZ25.9525.5473.37-
YUV131.23179.7892.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.28%
GREEN value IS 139 (54.69% from 255) = 31.38%
BLUE value IS 223 (87.5% from 255) = 50.34%
R=18.28%
G=31.38%
B=50.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal811392230.640.3800.13215.4968.9359.61
Hex518BDF40260Dd7453c
Octal1212133371004601532710574
Binary10100011000101111011111100000010011001101110101111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518BDF; }

 p { color: rgb(81,139,223); }

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

<style>
 a { background-color: #518BDF; }

 a { background-color: rgb(81,139,223); }

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

<style>
 span { border-color: #518BDF; }

 span { border-color: rgb(81,139,223); }

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