Html Css Color HEX #424FE1 Free Speech Blue

📋 copy color: '#424FE1'

red 66 ◦ green 79 ◦ blue 225

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

Shades of Free Speech Blue #424FE1

Tints of Free Speech Blue #424FE1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.35%

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

R = 17.84%
G = 21.35%
B = 60.81%

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

#424FE1 (or 0x424FE1) is known color: Free Speech Blue. HEX triplet: 42, 4F and E1. RGB value is (66,79,225). Sum of RGB (Red+Green+Blue) = 66+79+225=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 225 (88.28% from 255 or 60.81% from 370); Max value from RGB is 225 - color contains mainly: blue. Hex color #424FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FE1 is #BDB01E. Grayscale: #5B5B5B. Windows color (decimal): -12431391 or 14765890. OLE color: 14765890.

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

Color convert

RGB 66 79 225 -
CMYK 0.71 0.65 0 0.12
HSL 235.09º 0.73% 0.57% -
HSV(B) 235.09º 0.71% 0.88% -
XYZ 18.63 12.19 72.6 -
YUV 91.76 203.19 109.63 -
System Red Green Blue C M Y K H S L
Decimal 66 79 225 0.71 0.65 0 0.12 235.09 0.73 0.57
Hex 42 4F E1 47 41 0 C EB 49 39
Octal 102 117 341 107 101 0 14 353 111 71
Binary 1000010 1001111 11100001 1000111 1000001 0 1100 11101011 1001001 111001

Color Harmonies of #424FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424FE1

Black with #424FE1

Text Example


Text Example

White with #424FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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