#5BA3FD

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

Shades of Cornflower Blue #5BA3FD

Tints of Cornflower Blue #5BA3FD

Color information

#5BA3FD (or 0x5BA3FD) is unknown color: approx Cornflower Blue. HEX triplet: 5B, A3 and FD. RGB value is (91,163,253). Sum of RGB (Red+Green+Blue) = 91+163+253=507 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.95% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #5BA3FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA3FD is #A45C02. Grayscale: #979797. Windows color (decimal): -10771459 or 16622427. OLE color: 16622427.

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

Color convert

RGB91163253-
CMYK0.640.3600.01
HSL213.33º97.59%67.45%-
HSV(B)213.33º64.03%99.22%-
XYZ35.1435.5197.93-
YUV151.73185.1584.68-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.95%
GREEN value IS 163 (64.06% from 255) = 32.15%
BLUE value IS 253 (99.22% from 255) = 49.90%
R=17.95%
G=32.15%
B=49.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal911632530.640.3600.01213.3397.5967.45
Hex5BA3FD402401d56243
Octal1332433751004401325142103
Binary101101110100011111111011000000100100011101010111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,163,253); }

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

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

 a { background-color: rgb(91,163,253); }

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

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

 span { border-color: rgb(91,163,253); }

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