#518FF3

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

Shades of Cornflower Blue #518FF3

Tints of Cornflower Blue #518FF3

Color information

#518FF3 (or 0x518FF3) is unknown color: approx Cornflower Blue. HEX triplet: 51, 8F and F3. RGB value is (81,143,243). Sum of RGB (Red+Green+Blue) = 81+143+243=467 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.34% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #518FF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518FF3 is #AE700C. Grayscale: #878787. Windows color (decimal): -11431949 or 15961937. OLE color: 15961937.

HSL color Cylindrical-coordinate representation of color #518FF3: hue angle of 217.04º 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 #518FF3 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB81143243-
CMYK0.670.4100.05
HSL217.04º87.1%63.53%-
HSV(B)217.04º66.67%95.29%-
XYZ29.3927.8788.62-
YUV135.86188.4688.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.34%
GREEN value IS 143 (56.25% from 255) = 30.62%
BLUE value IS 243 (95.31% from 255) = 52.03%
R=17.34%
G=30.62%
B=52.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal811432430.670.4100.05217.0487.163.53
Hex518FF3432905d95740
Octal1212173631035105331127100
Binary10100011000111111110011100001110100101011101100110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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