#5D77FD

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

Shades of Cornflower Blue #5D77FD

Tints of Cornflower Blue #5D77FD

Color information

#5D77FD (or 0x5D77FD) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 77 and FD. RGB value is (93,119,253). Sum of RGB (Red+Green+Blue) = 93+119+253=465 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #5D77FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D77FD is #A28802. Grayscale: #7D7D7D. Windows color (decimal): -10651651 or 16611165. OLE color: 16611165.

HSL color Cylindrical-coordinate representation of color #5D77FD: hue angle of 230.25º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D77FD is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB93119253-
CMYK0.630.5300.01
HSL230.25º97.56%67.84%-
HSV(B)230.25º63.24%99.22%-
XYZ28.8422.6195.77-
YUV126.5199.39104.1-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20%
GREEN value IS 119 (46.88% from 255) = 25.59%
BLUE value IS 253 (99.22% from 255) = 54.41%
R=20%
G=25.59%
B=54.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal931192530.630.5300.01230.2597.5667.84
Hex5D77FD3F3501e66244
Octal135167375776501346142104
Binary1011101111011111111101111111110101011110011011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D77FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D77FD; }

 p { color: rgb(93,119,253); }

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

<style>
 a { background-color: #5D77FD; }

 a { background-color: rgb(93,119,253); }

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

<style>
 span { border-color: #5D77FD; }

 span { border-color: rgb(93,119,253); }

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