#5b84df

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

Shades of Cornflower Blue #5B84DF

Tints of Cornflower Blue #5B84DF

Color information

#5B84DF (or 0x5B84DF) is unknown color: approx Cornflower Blue. HEX triplet: 5B, 84 and DF. RGB value is (91,132,223). Sum of RGB (Red+Green+Blue) = 91+132+223=446 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.40% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #5B84DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B84DF is #A47B20. Grayscale: #818181. Windows color (decimal): -10779425 or 14648411. OLE color: 14648411.

HSL color Cylindrical-coordinate representation of color #5B84DF: hue angle of 221.36º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B84DF is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB91132223-
CMYK0.590.4100.13
HSL221.36º67.35%61.57%-
HSV(B)221.36º59.19%87.45%-
XYZ25.8824.0573.09-
YUV130.12180.42100.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.40%
GREEN value IS 132 (51.95% from 255) = 29.60%
BLUE value IS 223 (87.5% from 255) = 50%
R=20.40%
G=29.60%
B=50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal911322230.590.4100.13221.3667.3561.57
Hex5B84DF3B290Ddd433e
Octal133204337735101533510376
Binary1011011100001001101111111101110100101101110111011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b84df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,132,223); }

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

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

 a { background-color: rgb(91,132,223); }

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

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

 span { border-color: rgb(91,132,223); }

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