#50a7f1

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

Shades of Cornflower Blue #50A7F1

Tints of Cornflower Blue #50A7F1

Color information

#50A7F1 (or 0x50A7F1) is unknown color: approx Cornflower Blue. HEX triplet: 50, A7 and F1. RGB value is (80,167,241). Sum of RGB (Red+Green+Blue) = 80+167+241=488 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.39% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #50A7F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A7F1 is #AF580E. Grayscale: #959595. Windows color (decimal): -11491343 or 15837008. OLE color: 15837008.

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

Color convert

RGB80167241-
CMYK0.670.3100.05
HSL207.58º85.19%62.94%-
HSV(B)207.58º66.8%94.51%-
XYZ3335.6988.37-
YUV149.42179.6878.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.39%
GREEN value IS 167 (65.62% from 255) = 34.22%
BLUE value IS 241 (94.53% from 255) = 49.39%
R=16.39%
G=34.22%
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
Decimal801672410.670.3100.05207.5885.1962.94
Hex50A7F1431F05d0553f
Octal120247361103370532012577
Binary101000010100111111100011000011111110101110100001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50a7f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50a7f1; }

 p { color: rgb(80,167,241); }

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

<style>
 a { background-color: #50a7f1; }

 a { background-color: rgb(80,167,241); }

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

<style>
 span { border-color: #50a7f1; }

 span { border-color: rgb(80,167,241); }

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