Html Css Color HEX #424ACE Free Speech Blue

📋 copy color: '#424ACE'

red 66 ◦ green 74 ◦ blue 206

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

Shades of Free Speech Blue #424ACE

Tints of Free Speech Blue #424ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.54%

R = 19.08%
G = 21.39%
B = 59.54%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#424ACE (or 0x424ACE) is known color: Free Speech Blue. HEX triplet: 42, 4A and CE. RGB value is (66,74,206). Sum of RGB (Red+Green+Blue) = 66+74+206=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #424ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424ACE is #BDB531. Grayscale: #565656. Windows color (decimal): -12432690 or 13519426. OLE color: 13519426.

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

Color convert

RGB 66 74 206 -
CMYK 0.68 0.64 0 0.19
HSL 236.57º 0.59% 0.53% -
HSV(B) 236.57º 0.68% 0.81% -
XYZ 15.84 10.51 59.59 -
YUV 86.66 195.35 113.27 -
System Red Green Blue C M Y K H S L
Decimal 66 74 206 0.68 0.64 0 0.19 236.57 0.59 0.53
Hex 42 4A CE 44 40 0 13 ED 3B 35
Octal 102 112 316 104 100 0 23 355 73 65
Binary 1000010 1001010 11001110 1000100 1000000 0 10011 11101101 111011 110101

Color Harmonies of #424ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424ACE

Black with #424ACE

Text Example


Text Example

White with #424ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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