Html Css Color HEX #424DBA Free Speech Blue

📋 copy color: '#424DBA'

red 66 ◦ green 77 ◦ blue 186

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

Shades of Free Speech Blue #424DBA

Tints of Free Speech Blue #424DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.53%

R = 20.06%
G = 23.4%
B = 56.53%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#424DBA (or 0x424DBA) is known color: Free Speech Blue. HEX triplet: 42, 4D and BA. RGB value is (66,77,186). Sum of RGB (Red+Green+Blue) = 66+77+186=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #424DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424DBA is #BDB245. Grayscale: #555555. Windows color (decimal): -12431942 or 12209474. OLE color: 12209474.

HSL color Cylindrical-coordinate representation of color #424DBA: hue angle of 234.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #424DBA is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 77 186 -
CMYK 0.65 0.59 0 0.27
HSL 234.5º 0.48% 0.49% -
HSV(B) 234.5º 0.65% 0.73% -
XYZ 13.76 10.01 47.66 -
YUV 86.14 184.36 113.64 -
System Red Green Blue C M Y K H S L
Decimal 66 77 186 0.65 0.59 0 0.27 234.5 0.48 0.49
Hex 42 4D BA 41 3B 0 1B EA 30 31
Octal 102 115 272 101 73 0 33 352 60 61
Binary 1000010 1001101 10111010 1000001 111011 0 11011 11101010 110000 110001

Color Harmonies of #424DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424DBA

Black with #424DBA

Text Example


Text Example

White with #424DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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