#424FDF

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

Shades of Free Speech Blue #424FDF

Tints of Free Speech Blue #424FDF

Color information

#424FDF (or 0x424FDF) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4F and DF. RGB value is (66,79,223). Sum of RGB (Red+Green+Blue) = 66+79+223=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #424FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FDF is #BDB020. Grayscale: #5A5A5A. Windows color (decimal): -12431393 or 14634818. OLE color: 14634818.

HSL color Cylindrical-coordinate representation of color #424FDF: hue angle of 235.03º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #424FDF is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6679223-
CMYK0.700.6500.13
HSL235.03º71.04%56.67%-
HSV(B)235.03º70.4%87.45%-
XYZ18.3612.0871.18-
YUV91.53202.19109.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.93%
GREEN value IS 79 (31.25% from 255) = 21.47%
BLUE value IS 223 (87.5% from 255) = 60.60%
R=17.93%
G=21.47%
B=60.60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal66792230.700.6500.13235.0371.0456.67
Hex424FDF46410Deb4739
Octal10211733710610101535310771
Binary10000101001111110111111000110100000101101111010111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424FDF; }

 p { color: rgb(66,79,223); }

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

<style>
 a { background-color: #424FDF; }

 a { background-color: rgb(66,79,223); }

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

<style>
 span { border-color: #424FDF; }

 span { border-color: rgb(66,79,223); }

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