#5188F8

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

Shades of Cornflower Blue #5188F8

Tints of Cornflower Blue #5188F8

Color information

#5188F8 (or 0x5188F8) is unknown color: approx Cornflower Blue. HEX triplet: 51, 88 and F8. RGB value is (81,136,248). Sum of RGB (Red+Green+Blue) = 81+136+248=465 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.42% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 248 (97.27% from 255 or 53.33% from 465); Max value from RGB is 248 - color contains mainly: blue. Hex color #5188F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5188F8 is #AE7707. Grayscale: #838383. Windows color (decimal): -11433736 or 16287825. OLE color: 16287825.

HSL color Cylindrical-coordinate representation of color #5188F8: hue angle of 220.24º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5188F8 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB81136248-
CMYK0.670.4500.03
HSL220.24º92.27%64.51%-
HSV(B)220.24º67.34%97.25%-
XYZ29.1426.1392.32-
YUV132.32193.2891.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.42%
GREEN value IS 136 (53.52% from 255) = 29.25%
BLUE value IS 248 (97.27% from 255) = 53.33%
R=17.42%
G=29.25%
B=53.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal811362480.670.4500.03220.2492.2764.51
Hex5188F8432D03dc5c41
Octal1212103701035503334134101
Binary1010001100010001111100010000111011010111101110010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5188F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5188F8; }

 p { color: rgb(81,136,248); }

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

<style>
 a { background-color: #5188F8; }

 a { background-color: rgb(81,136,248); }

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

<style>
 span { border-color: #5188F8; }

 span { border-color: rgb(81,136,248); }

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