Html Css Color HEX #424DCE Free Speech Blue

📋 copy color: '#424DCE'

red 66 ◦ green 77 ◦ blue 206

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

Shades of Free Speech Blue #424DCE

Tints of Free Speech Blue #424DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.06%

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

R = 18.91%
G = 22.06%
B = 59.03%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#424DCE (or 0x424DCE) is known color: Free Speech Blue. HEX triplet: 42, 4D and CE. RGB value is (66,77,206). Sum of RGB (Red+Green+Blue) = 66+77+206=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #424DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424DCE is #BDB231. Grayscale: #575757. Windows color (decimal): -12431922 or 13520194. OLE color: 13520194.

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

Color convert

RGB 66 77 206 -
CMYK 0.68 0.63 0 0.19
HSL 235.29º 0.59% 0.53% -
HSV(B) 235.29º 0.68% 0.81% -
XYZ 16.04 10.92 59.66 -
YUV 88.42 194.36 112.01 -
System Red Green Blue C M Y K H S L
Decimal 66 77 206 0.68 0.63 0 0.19 235.29 0.59 0.53
Hex 42 4D CE 44 3F 0 13 EB 3B 35
Octal 102 115 316 104 77 0 23 353 73 65
Binary 1000010 1001101 11001110 1000100 111111 0 10011 11101011 111011 110101

Color Harmonies of #424DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424DCE

Black with #424DCE

Text Example


Text Example

White with #424DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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