Html Css Color HEX #424FE0 Free Speech Blue

📋 copy color: '#424FE0'

red 66 ◦ green 79 ◦ blue 224

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

Shades of Free Speech Blue #424FE0

Tints of Free Speech Blue #424FE0

RGB

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

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

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

R = 17.89%
G = 21.41%
B = 60.7%

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

#424FE0 (or 0x424FE0) is known color: Free Speech Blue. HEX triplet: 42, 4F and E0. RGB value is (66,79,224). Sum of RGB (Red+Green+Blue) = 66+79+224=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 224 (87.89% from 255 or 60.70% from 369); Max value from RGB is 224 - color contains mainly: blue. Hex color #424FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FE0 is #BDB01F. Grayscale: #5B5B5B. Windows color (decimal): -12431392 or 14700354. OLE color: 14700354.

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

Color convert

RGB 66 79 224 -
CMYK 0.71 0.65 0 0.12
HSL 235.06º 0.72% 0.57% -
HSV(B) 235.06º 0.71% 0.88% -
XYZ 18.5 12.13 71.89 -
YUV 91.64 202.69 109.71 -
System Red Green Blue C M Y K H S L
Decimal 66 79 224 0.71 0.65 0 0.12 235.06 0.72 0.57
Hex 42 4F E0 47 41 0 C EB 48 39
Octal 102 117 340 107 101 0 14 353 110 71
Binary 1000010 1001111 11100000 1000111 1000001 0 1100 11101011 1001000 111001

Color Harmonies of #424FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424FE0

Black with #424FE0

Text Example


Text Example

White with #424FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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