Html Css Color HEX #424EDE Free Speech Blue

📋 copy color: '#424EDE'

red 66 ◦ green 78 ◦ blue 222

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

Shades of Free Speech Blue #424EDE

Tints of Free Speech Blue #424EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.66%

R = 18.03%
G = 21.31%
B = 60.66%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#424EDE (or 0x424EDE) is known color: Free Speech Blue. HEX triplet: 42, 4E and DE. RGB value is (66,78,222). Sum of RGB (Red+Green+Blue) = 66+78+222=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #424EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424EDE is #BDB121. Grayscale: #5A5A5A. Windows color (decimal): -12431650 or 14569026. OLE color: 14569026.

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

Color convert

RGB 66 78 222 -
CMYK 0.70 0.65 0 0.13
HSL 235.38º 0.7% 0.56% -
HSV(B) 235.38º 0.7% 0.87% -
XYZ 18.16 11.88 70.44 -
YUV 90.83 202.02 110.29 -
System Red Green Blue C M Y K H S L
Decimal 66 78 222 0.70 0.65 0 0.13 235.38 0.7 0.56
Hex 42 4E DE 46 41 0 D EB 46 38
Octal 102 116 336 106 101 0 15 353 106 70
Binary 1000010 1001110 11011110 1000110 1000001 0 1101 11101011 1000110 111000

Color Harmonies of #424EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424EDE

Black with #424EDE

Text Example


Text Example

White with #424EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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