Html Css Color HEX #424DD9 Free Speech Blue

📋 copy color: '#424DD9'

red 66 ◦ green 77 ◦ blue 217

#424DD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #424DD9

Tints of Free Speech Blue #424DD9

RGB

 RED value IS 66 (26.17% from 255) = 18.33%

 GREEN value IS 77 (30.47% from 255) = 21.39%

 BLUE value IS 217 (85.16% from 255) = 60.28%

R = 18.33%
G = 21.39%
B = 60.28%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#424DD9 (or 0x424DD9) is known color: Free Speech Blue. HEX triplet: 42, 4D and D9. RGB value is (66,77,217). Sum of RGB (Red+Green+Blue) = 66+77+217=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 217 (85.16% from 255 or 60.28% from 360); Max value from RGB is 217 - color contains mainly: blue. Hex color #424DD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424DD9 is #BDB226. Grayscale: #595959. Windows color (decimal): -12431911 or 14241090. OLE color: 14241090.

HSL color Cylindrical-coordinate representation of color #424DD9: hue angle of 235.63º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #424DD9 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 77 217 -
CMYK 0.70 0.65 0 0.15
HSL 235.63º 0.67% 0.55% -
HSV(B) 235.63º 0.7% 0.85% -
XYZ 17.43 11.48 66.94 -
YUV 89.67 199.86 111.12 -
System Red Green Blue C M Y K H S L
Decimal 66 77 217 0.70 0.65 0 0.15 235.63 0.67 0.55
Hex 42 4D D9 46 41 0 F EC 43 37
Octal 102 115 331 106 101 0 17 354 103 67
Binary 1000010 1001101 11011001 1000110 1000001 0 1111 11101100 1000011 110111

Color Harmonies of #424DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424DD9

Black with #424DD9

Text Example


Text Example

White with #424DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,77,217); }

 H1.HeaderClassName
 {
   color: #424DD9;
 }
 .AnyTagClassName
 {
   color: #424DD9;
 }
</style>

background-color css

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

 a { background-color: rgb(66,77,217); }

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

border-color css

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

 span { border-color: rgb(66,77,217); }

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