#5b8bda

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

Shades of Cornflower Blue #5B8BDA

Tints of Cornflower Blue #5B8BDA

Color information

#5B8BDA (or 0x5B8BDA) is unknown color: approx Cornflower Blue. HEX triplet: 5B, 8B and DA. RGB value is (91,139,218). Sum of RGB (Red+Green+Blue) = 91+139+218=448 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.31% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #5B8BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B8BDA is #A47425. Grayscale: #858585. Windows color (decimal): -10777638 or 14322523. OLE color: 14322523.

HSL color Cylindrical-coordinate representation of color #5B8BDA: hue angle of 217.32º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B8BDA is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB91139218-
CMYK0.580.3600.15
HSL217.32º63.18%60.59%-
HSV(B)217.32º58.26%85.49%-
XYZ26.225.7569.92-
YUV133.65175.697.58-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.31%
GREEN value IS 139 (54.69% from 255) = 31.03%
BLUE value IS 218 (85.55% from 255) = 48.66%
R=20.31%
G=31.03%
B=48.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal911392180.580.3600.15217.3263.1860.59
Hex5B8BDA3A240Fd93f3d
Octal13321333272440173317775
Binary101101110001011110110101110101001000111111011001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b8bda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,139,218); }

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

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

 a { background-color: rgb(91,139,218); }

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

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

 span { border-color: rgb(91,139,218); }

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