Html Css Color HEX #424DCD Free Speech Blue

📋 copy color: '#424DCD'

red 66 ◦ green 77 ◦ blue 205

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

Shades of Free Speech Blue #424DCD

Tints of Free Speech Blue #424DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.91%

R = 18.97%
G = 22.13%
B = 58.91%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#424DCD (or 0x424DCD) is known color: Free Speech Blue. HEX triplet: 42, 4D and CD. RGB value is (66,77,205). Sum of RGB (Red+Green+Blue) = 66+77+205=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #424DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424DCD is #BDB232. Grayscale: #575757. Windows color (decimal): -12431923 or 13454658. OLE color: 13454658.

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

Color convert

RGB 66 77 205 -
CMYK 0.68 0.62 0 0.20
HSL 235.25º 0.58% 0.53% -
HSV(B) 235.25º 0.68% 0.8% -
XYZ 15.92 10.87 59.02 -
YUV 88.3 193.86 112.09 -
System Red Green Blue C M Y K H S L
Decimal 66 77 205 0.68 0.62 0 0.20 235.25 0.58 0.53
Hex 42 4D CD 44 3E 0 14 EB 3A 35
Octal 102 115 315 104 76 0 24 353 72 65
Binary 1000010 1001101 11001101 1000100 111110 0 10100 11101011 111010 110101

Color Harmonies of #424DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424DCD

Black with #424DCD

Text Example


Text Example

White with #424DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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