#5B81FA

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

Shades of Cornflower Blue #5B81FA

Tints of Cornflower Blue #5B81FA

Color information

#5B81FA (or 0x5B81FA) is unknown color: approx Cornflower Blue. HEX triplet: 5B, 81 and FA. RGB value is (91,129,250). Sum of RGB (Red+Green+Blue) = 91+129+250=470 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.36% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B81FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B81FA is #A47E05. Grayscale: #828282. Windows color (decimal): -10780166 or 16417115. OLE color: 16417115.

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

Color convert

RGB91129250-
CMYK0.640.4800.02
HSL225.66º94.08%66.86%-
HSV(B)225.66º63.6%98.04%-
XYZ29.4224.8393.68-
YUV131.43194.9199.16-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.36%
GREEN value IS 129 (50.78% from 255) = 27.45%
BLUE value IS 250 (98.05% from 255) = 53.19%
R=19.36%
G=27.45%
B=53.19%

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
Decimal911292500.640.4800.02225.6694.0866.86
Hex5B81FA403002e25e43
Octal1332013721006002342136103
Binary1011011100000011111101010000001100000101110001010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B81FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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