#455ED4

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

Shades of Free Speech Blue #455ED4

Tints of Free Speech Blue #455ED4

Color information

#455ED4 (or 0x455ED4) is unknown color: approx Free Speech Blue. HEX triplet: 45, 5E and D4. RGB value is (69,94,212). Sum of RGB (Red+Green+Blue) = 69+94+212=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 212 (83.20% from 255 or 56.53% from 375); Max value from RGB is 212 - color contains mainly: blue. Hex color #455ED4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455ED4 is #BAA12B. Grayscale: #636363. Windows color (decimal): -12230956 or 13917765. OLE color: 13917765.

HSL color Cylindrical-coordinate representation of color #455ED4: hue angle of 229.51º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #455ED4 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6994212-
CMYK0.670.5600.17
HSL229.51º62.45%55.1%-
HSV(B)229.51º67.45%83.14%-
XYZ18.3414.0264.03-
YUV99.98191.22105.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.4%
GREEN value IS 94 (37.11% from 255) = 25.07%
BLUE value IS 212 (83.20% from 255) = 56.53%
R=18.4%
G=25.07%
B=56.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal69942120.670.5600.17229.5162.4555.1
Hex455ED44338011e63e37
Octal105136324103700213467667
Binary1000101101111011010100100001111100001000111100110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,94,212); }

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

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

 a { background-color: rgb(69,94,212); }

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

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

 span { border-color: rgb(69,94,212); }

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