Html Css Color HEX #424ECD Free Speech Blue

📋 copy color: '#424ECD'

red 66 ◦ green 78 ◦ blue 205

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

Shades of Free Speech Blue #424ECD

Tints of Free Speech Blue #424ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.74%

R = 18.91%
G = 22.35%
B = 58.74%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#424ECD (or 0x424ECD) is known color: Free Speech Blue. HEX triplet: 42, 4E and CD. RGB value is (66,78,205). Sum of RGB (Red+Green+Blue) = 66+78+205=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #424ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424ECD is #BDB132. Grayscale: #585858. Windows color (decimal): -12431667 or 13454914. OLE color: 13454914.

HSL color Cylindrical-coordinate representation of color #424ECD: hue angle of 234.82º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #424ECD is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 78 205 -
CMYK 0.68 0.62 0 0.20
HSL 234.82º 0.58% 0.53% -
HSV(B) 234.82º 0.68% 0.8% -
XYZ 15.99 11.01 59.04 -
YUV 88.89 193.52 111.67 -
System Red Green Blue C M Y K H S L
Decimal 66 78 205 0.68 0.62 0 0.20 234.82 0.58 0.53
Hex 42 4E CD 44 3E 0 14 EB 3A 35
Octal 102 116 315 104 76 0 24 353 72 65
Binary 1000010 1001110 11001101 1000100 111110 0 10100 11101011 111010 110101

Color Harmonies of #424ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424ECD

Black with #424ECD

Text Example


Text Example

White with #424ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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