Html Css Color HEX #424CDD Free Speech Blue

📋 copy color: '#424CDD'

red 66 ◦ green 76 ◦ blue 221

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

Shades of Free Speech Blue #424CDD

Tints of Free Speech Blue #424CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.88%

R = 18.18%
G = 20.94%
B = 60.88%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#424CDD (or 0x424CDD) is known color: Free Speech Blue. HEX triplet: 42, 4C and DD. RGB value is (66,76,221). Sum of RGB (Red+Green+Blue) = 66+76+221=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #424CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424CDD is #BDB322. Grayscale: #585858. Windows color (decimal): -12432163 or 14502978. OLE color: 14502978.

HSL color Cylindrical-coordinate representation of color #424CDD: hue angle of 236.13º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #424CDD is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 76 221 -
CMYK 0.70 0.66 0 0.13
HSL 236.13º 0.7% 0.56% -
HSV(B) 236.13º 0.7% 0.87% -
XYZ 17.88 11.55 69.69 -
YUV 89.54 202.19 111.21 -
System Red Green Blue C M Y K H S L
Decimal 66 76 221 0.70 0.66 0 0.13 236.13 0.7 0.56
Hex 42 4C DD 46 42 0 D EC 46 38
Octal 102 114 335 106 102 0 15 354 106 70
Binary 1000010 1001100 11011101 1000110 1000010 0 1101 11101100 1000110 111000

Color Harmonies of #424CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424CDD

Black with #424CDD

Text Example


Text Example

White with #424CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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