Html Css Color HEX #424EDC Free Speech Blue

📋 copy color: '#424EDC'

red 66 ◦ green 78 ◦ blue 220

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

Shades of Free Speech Blue #424EDC

Tints of Free Speech Blue #424EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.44%

R = 18.13%
G = 21.43%
B = 60.44%

CMYK

 C value IS 0.7

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#424EDC (or 0x424EDC) is known color: Free Speech Blue. HEX triplet: 42, 4E and DC. RGB value is (66,78,220). Sum of RGB (Red+Green+Blue) = 66+78+220=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #424EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424EDC is #BDB123. Grayscale: #5A5A5A. Windows color (decimal): -12431652 or 14437954. OLE color: 14437954.

HSL color Cylindrical-coordinate representation of color #424EDC: hue angle of 235.32º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #424EDC is Cyan = 0.7, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 78 220 -
CMYK 0.7 0.65 0 0.14
HSL 235.32º 0.69% 0.56% -
HSV(B) 235.32º 0.7% 0.86% -
XYZ 17.89 11.77 69.04 -
YUV 90.6 201.02 110.45 -
System Red Green Blue C M Y K H S L
Decimal 66 78 220 0.7 0.65 0 0.14 235.32 0.69 0.56
Hex 42 4E DC 46 41 0 E EB 45 38
Octal 102 116 334 106 101 0 16 353 105 70
Binary 1000010 1001110 11011100 1000110 1000001 0 1110 11101011 1000101 111000

Color Harmonies of #424EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424EDC

Black with #424EDC

Text Example


Text Example

White with #424EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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