#5183FB

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

Shades of Cornflower Blue #5183FB

Tints of Cornflower Blue #5183FB

Color information

#5183FB (or 0x5183FB) is unknown color: approx Cornflower Blue. HEX triplet: 51, 83 and FB. RGB value is (81,131,251). Sum of RGB (Red+Green+Blue) = 81+131+251=463 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.49% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #5183FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5183FB is #AE7C04. Grayscale: #818181. Windows color (decimal): -11435013 or 16483153. OLE color: 16483153.

HSL color Cylindrical-coordinate representation of color #5183FB: hue angle of 222.35º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5183FB is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB81131251-
CMYK0.680.4800.02
HSL222.35º95.51%65.1%-
HSV(B)222.35º67.73%98.43%-
XYZ28.9224.9594.56-
YUV129.73196.4493.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.49%
GREEN value IS 131 (51.56% from 255) = 28.29%
BLUE value IS 251 (98.44% from 255) = 54.21%
R=17.49%
G=28.29%
B=54.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal811312510.680.4800.02222.3595.5165.1
Hex5183FB443002de6041
Octal1212033731046002336140101
Binary1010001100000111111101110001001100000101101111011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5183FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5183FB; }

 p { color: rgb(81,131,251); }

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

<style>
 a { background-color: #5183FB; }

 a { background-color: rgb(81,131,251); }

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

<style>
 span { border-color: #5183FB; }

 span { border-color: rgb(81,131,251); }

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