Html Css Color HEX #424ECE Free Speech Blue

📋 copy color: '#424ECE'

red 66 ◦ green 78 ◦ blue 206

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

Shades of Free Speech Blue #424ECE

Tints of Free Speech Blue #424ECE

RGB

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

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

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

R = 18.86%
G = 22.29%
B = 58.86%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#424ECE (or 0x424ECE) is known color: Free Speech Blue. HEX triplet: 42, 4E and CE. RGB value is (66,78,206). Sum of RGB (Red+Green+Blue) = 66+78+206=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #424ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424ECE is #BDB131. Grayscale: #585858. Windows color (decimal): -12431666 or 13520450. OLE color: 13520450.

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

Color convert

RGB 66 78 206 -
CMYK 0.68 0.62 0 0.19
HSL 234.86º 0.59% 0.53% -
HSV(B) 234.86º 0.68% 0.81% -
XYZ 16.11 11.06 59.68 -
YUV 89 194.02 111.59 -
System Red Green Blue C M Y K H S L
Decimal 66 78 206 0.68 0.62 0 0.19 234.86 0.59 0.53
Hex 42 4E CE 44 3E 0 13 EB 3B 35
Octal 102 116 316 104 76 0 23 353 73 65
Binary 1000010 1001110 11001110 1000100 111110 0 10011 11101011 111011 110101

Color Harmonies of #424ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424ECE

Black with #424ECE

Text Example


Text Example

White with #424ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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