Html Css Color HEX #424ECC Free Speech Blue

📋 copy color: '#424ECC'

red 66 ◦ green 78 ◦ blue 204

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

Shades of Free Speech Blue #424ECC

Tints of Free Speech Blue #424ECC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.41%

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

R = 18.97%
G = 22.41%
B = 58.62%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#424ECC (or 0x424ECC) is known color: Free Speech Blue. HEX triplet: 42, 4E and CC. RGB value is (66,78,204). Sum of RGB (Red+Green+Blue) = 66+78+204=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #424ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424ECC is #BDB133. Grayscale: #585858. Windows color (decimal): -12431668 or 13389378. OLE color: 13389378.

HSL color Cylindrical-coordinate representation of color #424ECC: hue angle of 234.78º 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 #424ECC is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 78 204 -
CMYK 0.68 0.62 0 0.2
HSL 234.78º 0.58% 0.53% -
HSV(B) 234.78º 0.68% 0.8% -
XYZ 15.87 10.97 58.41 -
YUV 88.78 193.02 111.75 -
System Red Green Blue C M Y K H S L
Decimal 66 78 204 0.68 0.62 0 0.2 234.78 0.58 0.53
Hex 42 4E CC 44 3E 0 14 EB 3A 35
Octal 102 116 314 104 76 0 24 353 72 65
Binary 1000010 1001110 11001100 1000100 111110 0 10100 11101011 111010 110101

Color Harmonies of #424ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424ECC

Black with #424ECC

Text Example


Text Example

White with #424ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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