Html Css Color HEX #424EE0 Free Speech Blue

📋 copy color: '#424EE0'

red 66 ◦ green 78 ◦ blue 224

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

Shades of Free Speech Blue #424EE0

Tints of Free Speech Blue #424EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 60.87%

R = 17.93%
G = 21.2%
B = 60.87%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#424EE0 (or 0x424EE0) is known color: Free Speech Blue. HEX triplet: 42, 4E and E0. RGB value is (66,78,224). Sum of RGB (Red+Green+Blue) = 66+78+224=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 224 (87.89% from 255 or 60.87% from 368); Max value from RGB is 224 - color contains mainly: blue. Hex color #424EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424EE0 is #BDB11F. Grayscale: #5A5A5A. Windows color (decimal): -12431648 or 14700098. OLE color: 14700098.

HSL color Cylindrical-coordinate representation of color #424EE0: hue angle of 235.44º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #424EE0 is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 78 224 -
CMYK 0.71 0.65 0 0.12
HSL 235.44º 0.72% 0.57% -
HSV(B) 235.44º 0.71% 0.88% -
XYZ 18.43 11.99 71.86 -
YUV 91.06 203.02 110.13 -
System Red Green Blue C M Y K H S L
Decimal 66 78 224 0.71 0.65 0 0.12 235.44 0.72 0.57
Hex 42 4E E0 47 41 0 C EB 48 39
Octal 102 116 340 107 101 0 14 353 110 71
Binary 1000010 1001110 11100000 1000111 1000001 0 1100 11101011 1001000 111001

Color Harmonies of #424EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424EE0

Black with #424EE0

Text Example


Text Example

White with #424EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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