#455CD5

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

Shades of Free Speech Blue #455CD5

Tints of Free Speech Blue #455CD5

Color information

#455CD5 (or 0x455CD5) is unknown color: approx Free Speech Blue. HEX triplet: 45, 5C and D5. RGB value is (69,92,213). Sum of RGB (Red+Green+Blue) = 69+92+213=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 213 (83.59% from 255 or 56.95% from 374); Max value from RGB is 213 - color contains mainly: blue. Hex color #455CD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455CD5 is #BAA32A. Grayscale: #626262. Windows color (decimal): -12231467 or 13982789. OLE color: 13982789.

HSL color Cylindrical-coordinate representation of color #455CD5: hue angle of 230.42º 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 #455CD5 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6992213-
CMYK0.680.5700.16
HSL230.42º63.16%55.29%-
HSV(B)230.42º67.61%83.53%-
XYZ18.2913.7264.64-
YUV98.92192.38106.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.45%
GREEN value IS 92 (36.33% from 255) = 24.60%
BLUE value IS 213 (83.59% from 255) = 56.95%
R=18.45%
G=24.60%
B=56.95%

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
Decimal69922130.680.5700.16230.4263.1655.29
Hex455CD54439010e63f37
Octal105134325104710203467767
Binary1000101101110011010101100010011100101000011100110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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