#455BD5

Color #455BD5 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #455BD5

Tints of Free Speech Blue #455BD5

Color information

#455BD5 (or 0x455BD5) is unknown color: approx Free Speech Blue. HEX triplet: 45, 5B and D5. RGB value is (69,91,213). Sum of RGB (Red+Green+Blue) = 69+91+213=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 213 (83.59% from 255 or 57.10% from 373); Max value from RGB is 213 - color contains mainly: blue. Hex color #455BD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455BD5 is #BAA42A. Grayscale: #616161. Windows color (decimal): -12231723 or 13982533. OLE color: 13982533.

HSL color Cylindrical-coordinate representation of color #455BD5: hue angle of 230.83º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #455BD5 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6991213-
CMYK0.680.5700.16
HSL230.83º63.16%55.29%-
HSV(B)230.83º67.61%83.53%-
XYZ18.2113.5564.61-
YUV98.33192.71107.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.50%
GREEN value IS 91 (35.94% from 255) = 24.40%
BLUE value IS 213 (83.59% from 255) = 57.10%
R=18.50%
G=24.40%
B=57.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal69912130.680.5700.16230.8363.1655.29
Hex455BD54439010e73f37
Octal105133325104710203477767
Binary1000101101101111010101100010011100101000011100111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455BD5; }

 p { color: rgb(69,91,213); }

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

<style>
 a { background-color: #455BD5; }

 a { background-color: rgb(69,91,213); }

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

<style>
 span { border-color: #455BD5; }

 span { border-color: rgb(69,91,213); }

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