#5188FE

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

Shades of Cornflower Blue #5188FE

Tints of Cornflower Blue #5188FE

Color information

#5188FE (or 0x5188FE) is unknown color: approx Cornflower Blue. HEX triplet: 51, 88 and FE. RGB value is (81,136,254). Sum of RGB (Red+Green+Blue) = 81+136+254=471 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.20% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #5188FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5188FE is #AE7701. Grayscale: #848484. Windows color (decimal): -11433730 or 16681041. OLE color: 16681041.

HSL color Cylindrical-coordinate representation of color #5188FE: hue angle of 220.92º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5188FE is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB81136254-
CMYK0.680.4600.00
HSL220.92º98.86%65.69%-
HSV(B)220.92º68.11%99.61%-
XYZ30.0926.5197.3-
YUV133.01196.2890.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.20%
GREEN value IS 136 (53.52% from 255) = 28.87%
BLUE value IS 254 (99.61% from 255) = 53.93%
R=17.20%
G=28.87%
B=53.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal811362540.680.4600.00220.9298.8665.69
Hex5188FE442E00dd6342
Octal1212103761045600335143102
Binary101000110001000111111101000100101110001101110111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5188FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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