Html Css Color HEX #424DC1 Free Speech Blue

📋 copy color: '#424DC1'

red 66 ◦ green 77 ◦ blue 193

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

Shades of Free Speech Blue #424DC1

Tints of Free Speech Blue #424DC1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.92%

 BLUE value IS 193 (75.78% from 255) = 57.44%

R = 19.64%
G = 22.92%
B = 57.44%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#424DC1 (or 0x424DC1) is known color: Free Speech Blue. HEX triplet: 42, 4D and C1. RGB value is (66,77,193). Sum of RGB (Red+Green+Blue) = 66+77+193=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 193 (75.78% from 255 or 57.44% from 336); Max value from RGB is 193 - color contains mainly: blue. Hex color #424DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424DC1 is #BDB23E. Grayscale: #565656. Windows color (decimal): -12431935 or 12668226. OLE color: 12668226.

HSL color Cylindrical-coordinate representation of color #424DC1: hue angle of 234.8º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #424DC1 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 77 193 -
CMYK 0.66 0.60 0 0.24
HSL 234.8º 0.51% 0.51% -
HSV(B) 234.8º 0.66% 0.76% -
XYZ 14.53 10.32 51.68 -
YUV 86.94 187.86 113.07 -
System Red Green Blue C M Y K H S L
Decimal 66 77 193 0.66 0.60 0 0.24 234.8 0.51 0.51
Hex 42 4D C1 42 3C 0 18 EB 33 33
Octal 102 115 301 102 74 0 30 353 63 63
Binary 1000010 1001101 11000001 1000010 111100 0 11000 11101011 110011 110011

Color Harmonies of #424DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424DC1

Black with #424DC1

Text Example


Text Example

White with #424DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,77,193); }

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

background-color css

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

 a { background-color: rgb(66,77,193); }

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

border-color css

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

 span { border-color: rgb(66,77,193); }

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