#508CED

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

Shades of Cornflower Blue #508CED

Tints of Cornflower Blue #508CED

Color information

#508CED (or 0x508CED) is unknown color: approx Cornflower Blue. HEX triplet: 50, 8C and ED. RGB value is (80,140,237). Sum of RGB (Red+Green+Blue) = 80+140+237=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #508CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508CED is #AF7312. Grayscale: #848484. Windows color (decimal): -11498259 or 15567952. OLE color: 15567952.

HSL color Cylindrical-coordinate representation of color #508CED: hue angle of 217.07º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #508CED is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB80140237-
CMYK0.660.4100.07
HSL217.07º81.35%62.16%-
HSV(B)217.07º66.24%92.94%-
XYZ27.9726.5883.78-
YUV133.12186.6290.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.51%
GREEN value IS 140 (55.08% from 255) = 30.63%
BLUE value IS 237 (92.97% from 255) = 51.86%
R=17.51%
G=30.63%
B=51.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal801402370.660.4100.07217.0781.3562.16
Hex508CED422907d9513e
Octal120214355102510733112176
Binary1010000100011001110110110000101010010111110110011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,140,237); }

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

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

 a { background-color: rgb(80,140,237); }

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

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

 span { border-color: rgb(80,140,237); }

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