#5883FD

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

Shades of Cornflower Blue #5883FD

Tints of Cornflower Blue #5883FD

Color information

#5883FD (or 0x5883FD) is unknown color: approx Cornflower Blue. HEX triplet: 58, 83 and FD. RGB value is (88,131,253). Sum of RGB (Red+Green+Blue) = 88+131+253=472 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.64% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #5883FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5883FD is #A77C02. Grayscale: #838383. Windows color (decimal): -10976259 or 16614232. OLE color: 16614232.

HSL color Cylindrical-coordinate representation of color #5883FD: hue angle of 224.36º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5883FD is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB88131253-
CMYK0.650.4800.01
HSL224.36º97.63%66.86%-
HSV(B)224.36º65.22%99.22%-
XYZ29.8725.496.26-
YUV132.05196.2596.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.64%
GREEN value IS 131 (51.56% from 255) = 27.75%
BLUE value IS 253 (99.22% from 255) = 53.60%
R=18.64%
G=27.75%
B=53.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal881312530.650.4800.01224.3697.6366.86
Hex5883FD413001e06243
Octal1302033751016001340142103
Binary101100010000011111111011000001110000011110000011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5883FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5883FD; }

 p { color: rgb(88,131,253); }

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

<style>
 a { background-color: #5883FD; }

 a { background-color: rgb(88,131,253); }

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

<style>
 span { border-color: #5883FD; }

 span { border-color: rgb(88,131,253); }

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