Html Css Color HEX #424ADD Free Speech Blue

📋 copy color: '#424ADD'

red 66 ◦ green 74 ◦ blue 221

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

Shades of Free Speech Blue #424ADD

Tints of Free Speech Blue #424ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.22%

R = 18.28%
G = 20.5%
B = 61.22%

CMYK

 C value IS 0.70

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#424ADD (or 0x424ADD) is known color: Free Speech Blue. HEX triplet: 42, 4A and DD. RGB value is (66,74,221). Sum of RGB (Red+Green+Blue) = 66+74+221=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #424ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424ADD is #BDB522. Grayscale: #575757. Windows color (decimal): -12432675 or 14502466. OLE color: 14502466.

HSL color Cylindrical-coordinate representation of color #424ADD: hue angle of 236.9º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #424ADD is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 74 221 -
CMYK 0.70 0.67 0 0.13
HSL 236.9º 0.7% 0.56% -
HSV(B) 236.9º 0.7% 0.87% -
XYZ 17.75 11.28 69.65 -
YUV 88.37 202.85 112.05 -
System Red Green Blue C M Y K H S L
Decimal 66 74 221 0.70 0.67 0 0.13 236.9 0.7 0.56
Hex 42 4A DD 46 43 0 D ED 46 38
Octal 102 112 335 106 103 0 15 355 106 70
Binary 1000010 1001010 11011101 1000110 1000011 0 1101 11101101 1000110 111000

Color Harmonies of #424ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424ADD

Black with #424ADD

Text Example


Text Example

White with #424ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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