Html Css Color HEX #424ED8 Free Speech Blue

📋 copy color: '#424ED8'

red 66 ◦ green 78 ◦ blue 216

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

Shades of Free Speech Blue #424ED8

Tints of Free Speech Blue #424ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 60%

R = 18.33%
G = 21.67%
B = 60%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#424ED8 (or 0x424ED8) is known color: Free Speech Blue. HEX triplet: 42, 4E and D8. RGB value is (66,78,216). Sum of RGB (Red+Green+Blue) = 66+78+216=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 216 (84.77% from 255 or 60% from 360); Max value from RGB is 216 - color contains mainly: blue. Hex color #424ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424ED8 is #BDB127. Grayscale: #595959. Windows color (decimal): -12431656 or 14175810. OLE color: 14175810.

HSL color Cylindrical-coordinate representation of color #424ED8: hue angle of 235.2º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #424ED8 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 78 216 -
CMYK 0.69 0.64 0 0.15
HSL 235.2º 0.66% 0.55% -
HSV(B) 235.2º 0.69% 0.85% -
XYZ 17.37 11.56 66.28 -
YUV 90.14 199.02 110.78 -
System Red Green Blue C M Y K H S L
Decimal 66 78 216 0.69 0.64 0 0.15 235.2 0.66 0.55
Hex 42 4E D8 45 40 0 F EB 42 37
Octal 102 116 330 105 100 0 17 353 102 67
Binary 1000010 1001110 11011000 1000101 1000000 0 1111 11101011 1000010 110111

Color Harmonies of #424ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424ED8

Black with #424ED8

Text Example


Text Example

White with #424ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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