#508BF0

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

Shades of Cornflower Blue #508BF0

Tints of Cornflower Blue #508BF0

Color information

#508BF0 (or 0x508BF0) is unknown color: approx Cornflower Blue. HEX triplet: 50, 8B and F0. RGB value is (80,139,240). Sum of RGB (Red+Green+Blue) = 80+139+240=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 240 (94.14% from 255 or 52.29% from 459); Max value from RGB is 240 - color contains mainly: blue. Hex color #508BF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508BF0 is #AF740F. Grayscale: #848484. Windows color (decimal): -11498512 or 15764304. OLE color: 15764304.

HSL color Cylindrical-coordinate representation of color #508BF0: hue angle of 217.88º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #508BF0 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB80139240-
CMYK0.670.4200.06
HSL217.88º84.21%62.75%-
HSV(B)217.88º66.67%94.12%-
XYZ28.2726.4686.06-
YUV132.87188.4590.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.43%
GREEN value IS 139 (54.69% from 255) = 30.28%
BLUE value IS 240 (94.14% from 255) = 52.29%
R=17.43%
G=30.28%
B=52.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal801392400.670.4200.06217.8884.2162.75
Hex508BF0432A06da543f
Octal120213360103520633212477
Binary1010000100010111111000010000111010100110110110101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508BF0; }

 p { color: rgb(80,139,240); }

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

<style>
 a { background-color: #508BF0; }

 a { background-color: rgb(80,139,240); }

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

<style>
 span { border-color: #508BF0; }

 span { border-color: rgb(80,139,240); }

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