#455DD4

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

Shades of Free Speech Blue #455DD4

Tints of Free Speech Blue #455DD4

Color information

#455DD4 (or 0x455DD4) is unknown color: approx Free Speech Blue. HEX triplet: 45, 5D and D4. RGB value is (69,93,212). Sum of RGB (Red+Green+Blue) = 69+93+212=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 212 (83.20% from 255 or 56.68% from 374); Max value from RGB is 212 - color contains mainly: blue. Hex color #455DD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455DD4 is #BAA22B. Grayscale: #626262. Windows color (decimal): -12231212 or 13917509. OLE color: 13917509.

HSL color Cylindrical-coordinate representation of color #455DD4: hue angle of 229.93º 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 #455DD4 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6993212-
CMYK0.670.5600.17
HSL229.93º62.45%55.1%-
HSV(B)229.93º67.45%83.14%-
XYZ18.2513.8564-
YUV99.39191.55106.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.45%
GREEN value IS 93 (36.72% from 255) = 24.87%
BLUE value IS 212 (83.20% from 255) = 56.68%
R=18.45%
G=24.87%
B=56.68%

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
Decimal69932120.670.5600.17229.9362.4555.1
Hex455DD44338011e63e37
Octal105135324103700213467667
Binary1000101101110111010100100001111100001000111100110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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