Html Css Color HEX #424CE1 Free Speech Blue

📋 copy color: '#424CE1'

red 66 ◦ green 76 ◦ blue 225

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

Shades of Free Speech Blue #424CE1

Tints of Free Speech Blue #424CE1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.71%

 BLUE value IS 225 (88.28% from 255) = 61.31%

R = 17.98%
G = 20.71%
B = 61.31%

CMYK

 C value IS 0.71

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#424CE1 (or 0x424CE1) is known color: Free Speech Blue. HEX triplet: 42, 4C and E1. RGB value is (66,76,225). Sum of RGB (Red+Green+Blue) = 66+76+225=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 225 (88.28% from 255 or 61.31% from 367); Max value from RGB is 225 - color contains mainly: blue. Hex color #424CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424CE1 is #BDB31E. Grayscale: #595959. Windows color (decimal): -12432159 or 14765122. OLE color: 14765122.

HSL color Cylindrical-coordinate representation of color #424CE1: hue angle of 236.23º degrees, saturation: 0.73, 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 #424CE1 is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 76 225 -
CMYK 0.71 0.66 0 0.12
HSL 236.23º 0.73% 0.57% -
HSV(B) 236.23º 0.71% 0.88% -
XYZ 18.42 11.76 72.53 -
YUV 90 204.19 110.88 -
System Red Green Blue C M Y K H S L
Decimal 66 76 225 0.71 0.66 0 0.12 236.23 0.73 0.57
Hex 42 4C E1 47 42 0 C EC 49 39
Octal 102 114 341 107 102 0 14 354 111 71
Binary 1000010 1001100 11100001 1000111 1000010 0 1100 11101100 1001001 111001

Color Harmonies of #424CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424CE1

Black with #424CE1

Text Example


Text Example

White with #424CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,76,225); }

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

background-color css

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

 a { background-color: rgb(66,76,225); }

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

border-color css

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

 span { border-color: rgb(66,76,225); }

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