Html Css Color HEX #424DDF Free Speech Blue

📋 copy color: '#424DDF'

red 66 ◦ green 77 ◦ blue 223

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

Shades of Free Speech Blue #424DDF

Tints of Free Speech Blue #424DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.93%

R = 18.03%
G = 21.04%
B = 60.93%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#424DDF (or 0x424DDF) is known color: Free Speech Blue. HEX triplet: 42, 4D and DF. RGB value is (66,77,223). Sum of RGB (Red+Green+Blue) = 66+77+223=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #424DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424DDF is #BDB220. Grayscale: #595959. Windows color (decimal): -12431905 or 14634306. OLE color: 14634306.

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

Color convert

RGB 66 77 223 -
CMYK 0.70 0.65 0 0.13
HSL 235.8º 0.71% 0.57% -
HSV(B) 235.8º 0.7% 0.87% -
XYZ 18.22 11.79 71.13 -
YUV 90.36 202.86 110.63 -
System Red Green Blue C M Y K H S L
Decimal 66 77 223 0.70 0.65 0 0.13 235.8 0.71 0.57
Hex 42 4D DF 46 41 0 D EC 47 39
Octal 102 115 337 106 101 0 15 354 107 71
Binary 1000010 1001101 11011111 1000110 1000001 0 1101 11101100 1000111 111001

Color Harmonies of #424DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424DDF

Black with #424DDF

Text Example


Text Example

White with #424DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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