Html Css Color HEX #424DBF Free Speech Blue

📋 copy color: '#424DBF'

red 66 ◦ green 77 ◦ blue 191

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

Shades of Free Speech Blue #424DBF

Tints of Free Speech Blue #424DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.19%

R = 19.76%
G = 23.05%
B = 57.19%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#424DBF (or 0x424DBF) is known color: Free Speech Blue. HEX triplet: 42, 4D and BF. RGB value is (66,77,191). Sum of RGB (Red+Green+Blue) = 66+77+191=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #424DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424DBF is #BDB240. Grayscale: #565656. Windows color (decimal): -12431937 or 12537154. OLE color: 12537154.

HSL color Cylindrical-coordinate representation of color #424DBF: hue angle of 234.72º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #424DBF is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 77 191 -
CMYK 0.65 0.60 0 0.25
HSL 234.72º 0.49% 0.5% -
HSV(B) 234.72º 0.65% 0.75% -
XYZ 14.3 10.23 50.51 -
YUV 86.71 186.86 113.23 -
System Red Green Blue C M Y K H S L
Decimal 66 77 191 0.65 0.60 0 0.25 234.72 0.49 0.5
Hex 42 4D BF 41 3C 0 19 EB 31 32
Octal 102 115 277 101 74 0 31 353 61 62
Binary 1000010 1001101 10111111 1000001 111100 0 11001 11101011 110001 110010

Color Harmonies of #424DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424DBF

Black with #424DBF

Text Example


Text Example

White with #424DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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