Html Css Color HEX #424ED9 Free Speech Blue

📋 copy color: '#424ED9'

red 66 ◦ green 78 ◦ blue 217

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

Shades of Free Speech Blue #424ED9

Tints of Free Speech Blue #424ED9

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.61%

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

R = 18.28%
G = 21.61%
B = 60.11%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#424ED9 (or 0x424ED9) is known color: Free Speech Blue. HEX triplet: 42, 4E and D9. RGB value is (66,78,217). Sum of RGB (Red+Green+Blue) = 66+78+217=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 217 (85.16% from 255 or 60.11% from 361); Max value from RGB is 217 - color contains mainly: blue. Hex color #424ED9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424ED9 is #BDB126. Grayscale: #595959. Windows color (decimal): -12431655 or 14241346. OLE color: 14241346.

HSL color Cylindrical-coordinate representation of color #424ED9: hue angle of 235.23º 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 #424ED9 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 78 217 -
CMYK 0.70 0.64 0 0.15
HSL 235.23º 0.67% 0.55% -
HSV(B) 235.23º 0.7% 0.85% -
XYZ 17.5 11.62 66.97 -
YUV 90.26 199.52 110.7 -
System Red Green Blue C M Y K H S L
Decimal 66 78 217 0.70 0.64 0 0.15 235.23 0.67 0.55
Hex 42 4E D9 46 40 0 F EB 43 37
Octal 102 116 331 106 100 0 17 353 103 67
Binary 1000010 1001110 11011001 1000110 1000000 0 1111 11101011 1000011 110111

Color Harmonies of #424ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424ED9

Black with #424ED9

Text Example


Text Example

White with #424ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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