Html Css Color HEX #424AD1 Free Speech Blue

📋 copy color: '#424AD1'

red 66 ◦ green 74 ◦ blue 209

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

Shades of Free Speech Blue #424AD1

Tints of Free Speech Blue #424AD1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.2%

 BLUE value IS 209 (82.03% from 255) = 59.89%

R = 18.91%
G = 21.2%
B = 59.89%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#424AD1 (or 0x424AD1) is known color: Free Speech Blue. HEX triplet: 42, 4A and D1. RGB value is (66,74,209). Sum of RGB (Red+Green+Blue) = 66+74+209=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 209 (82.03% from 255 or 59.89% from 349); Max value from RGB is 209 - color contains mainly: blue. Hex color #424AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424AD1 is #BDB52E. Grayscale: #565656. Windows color (decimal): -12432687 or 13716034. OLE color: 13716034.

HSL color Cylindrical-coordinate representation of color #424AD1: hue angle of 236.64º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #424AD1 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 74 209 -
CMYK 0.68 0.65 0 0.18
HSL 236.64º 0.61% 0.54% -
HSV(B) 236.64º 0.68% 0.82% -
XYZ 16.2 10.66 61.52 -
YUV 87 196.85 113.02 -
System Red Green Blue C M Y K H S L
Decimal 66 74 209 0.68 0.65 0 0.18 236.64 0.61 0.54
Hex 42 4A D1 44 41 0 12 ED 3D 36
Octal 102 112 321 104 101 0 22 355 75 66
Binary 1000010 1001010 11010001 1000100 1000001 0 10010 11101101 111101 110110

Color Harmonies of #424AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424AD1

Black with #424AD1

Text Example


Text Example

White with #424AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,74,209); }

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

background-color css

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

 a { background-color: rgb(66,74,209); }

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

border-color css

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

 span { border-color: rgb(66,74,209); }

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