Html Css Color HEX #424CCD Free Speech Blue

📋 copy color: '#424CCD'

red 66 ◦ green 76 ◦ blue 205

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

Shades of Free Speech Blue #424CCD

Tints of Free Speech Blue #424CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.9%

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

R = 19.02%
G = 21.9%
B = 59.08%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#424CCD (or 0x424CCD) is known color: Free Speech Blue. HEX triplet: 42, 4C and CD. RGB value is (66,76,205). Sum of RGB (Red+Green+Blue) = 66+76+205=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #424CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424CCD is #BDB332. Grayscale: #575757. Windows color (decimal): -12432179 or 13454402. OLE color: 13454402.

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

Color convert

RGB 66 76 205 -
CMYK 0.68 0.63 0 0.20
HSL 235.68º 0.58% 0.53% -
HSV(B) 235.68º 0.68% 0.8% -
XYZ 15.85 10.73 58.99 -
YUV 87.72 194.19 112.51 -
System Red Green Blue C M Y K H S L
Decimal 66 76 205 0.68 0.63 0 0.20 235.68 0.58 0.53
Hex 42 4C CD 44 3F 0 14 EC 3A 35
Octal 102 114 315 104 77 0 24 354 72 65
Binary 1000010 1001100 11001101 1000100 111111 0 10100 11101100 111010 110101

Color Harmonies of #424CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424CCD

Black with #424CCD

Text Example


Text Example

White with #424CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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