Html Css Color HEX #424ACC Free Speech Blue

📋 copy color: '#424ACC'

red 66 ◦ green 74 ◦ blue 204

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

Shades of Free Speech Blue #424ACC

Tints of Free Speech Blue #424ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 59.3%

R = 19.19%
G = 21.51%
B = 59.3%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#424ACC (or 0x424ACC) is known color: Free Speech Blue. HEX triplet: 42, 4A and CC. RGB value is (66,74,204). Sum of RGB (Red+Green+Blue) = 66+74+204=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #424ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424ACC is #BDB533. Grayscale: #555555. Windows color (decimal): -12432692 or 13388354. OLE color: 13388354.

HSL color Cylindrical-coordinate representation of color #424ACC: hue angle of 236.52º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #424ACC is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 74 204 -
CMYK 0.68 0.64 0 0.2
HSL 236.52º 0.58% 0.53% -
HSV(B) 236.52º 0.68% 0.8% -
XYZ 15.59 10.42 58.32 -
YUV 86.43 194.35 113.43 -
System Red Green Blue C M Y K H S L
Decimal 66 74 204 0.68 0.64 0 0.2 236.52 0.58 0.53
Hex 42 4A CC 44 40 0 14 ED 3A 35
Octal 102 112 314 104 100 0 24 355 72 65
Binary 1000010 1001010 11001100 1000100 1000000 0 10100 11101101 111010 110101

Color Harmonies of #424ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424ACC

Black with #424ACC

Text Example


Text Example

White with #424ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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