#5BA2FD

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

Shades of Cornflower Blue #5BA2FD

Tints of Cornflower Blue #5BA2FD

Color information

#5BA2FD (or 0x5BA2FD) is unknown color: approx Cornflower Blue. HEX triplet: 5B, A2 and FD. RGB value is (91,162,253). Sum of RGB (Red+Green+Blue) = 91+162+253=506 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.98% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #5BA2FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA2FD is #A45D02. Grayscale: #969696. Windows color (decimal): -10771715 or 16622171. OLE color: 16622171.

HSL color Cylindrical-coordinate representation of color #5BA2FD: hue angle of 213.7º 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 #5BA2FD is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB91162253-
CMYK0.640.3600.01
HSL213.7º97.59%67.45%-
HSV(B)213.7º64.03%99.22%-
XYZ34.9635.1697.87-
YUV151.15185.4885.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.98%
GREEN value IS 162 (63.67% from 255) = 32.02%
BLUE value IS 253 (99.22% from 255) = 50%
R=17.98%
G=32.02%
B=50%

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
Decimal911622530.640.3600.01213.797.5967.45
Hex5BA2FD402401d66243
Octal1332423751004401326142103
Binary101101110100010111111011000000100100011101011011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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