#5B82FA

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

Shades of Cornflower Blue #5B82FA

Tints of Cornflower Blue #5B82FA

Color information

#5B82FA (or 0x5B82FA) is unknown color: approx Cornflower Blue. HEX triplet: 5B, 82 and FA. RGB value is (91,130,250). Sum of RGB (Red+Green+Blue) = 91+130+250=471 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.32% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B82FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B82FA is #A47D05. Grayscale: #838383. Windows color (decimal): -10779910 or 16417371. OLE color: 16417371.

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

Color convert

RGB91130250-
CMYK0.640.4800.02
HSL225.28º94.08%66.86%-
HSV(B)225.28º63.6%98.04%-
XYZ29.5525.0993.73-
YUV132.02194.5898.74-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.32%
GREEN value IS 130 (51.17% from 255) = 27.60%
BLUE value IS 250 (98.05% from 255) = 53.08%
R=19.32%
G=27.60%
B=53.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal911302500.640.4800.02225.2894.0866.86
Hex5B82FA403002e15e43
Octal1332023721006002341136103
Binary1011011100000101111101010000001100000101110000110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B82FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,130,250); }

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

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

 a { background-color: rgb(91,130,250); }

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

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

 span { border-color: rgb(91,130,250); }

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