Html Css Color HEX #426DC0 Free Speech Blue

📋 copy color: '#426DC0'

red 66 ◦ green 109 ◦ blue 192

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

Shades of Free Speech Blue #426DC0

Tints of Free Speech Blue #426DC0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.7%

 BLUE value IS 192 (75.39% from 255) = 52.32%

R = 17.98%
G = 29.7%
B = 52.32%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#426DC0 (or 0x426DC0) is known color: Free Speech Blue. HEX triplet: 42, 6D and C0. RGB value is (66,109,192). Sum of RGB (Red+Green+Blue) = 66+109+192=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #426DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426DC0 is #BD923F. Grayscale: #696969. Windows color (decimal): -12423744 or 12610882. OLE color: 12610882.

HSL color Cylindrical-coordinate representation of color #426DC0: hue angle of 219.52º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #426DC0 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 109 192 -
CMYK 0.66 0.43 0 0.25
HSL 219.52º 0.5% 0.51% -
HSV(B) 219.52º 0.66% 0.75% -
XYZ 17.23 15.9 52.03 -
YUV 105.61 176.75 99.75 -
System Red Green Blue C M Y K H S L
Decimal 66 109 192 0.66 0.43 0 0.25 219.52 0.5 0.51
Hex 42 6D C0 42 2B 0 19 DC 32 33
Octal 102 155 300 102 53 0 31 334 62 63
Binary 1000010 1101101 11000000 1000010 101011 0 11001 11011100 110010 110011

Color Harmonies of #426DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DC0

Black with #426DC0

Text Example


Text Example

White with #426DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426DC0; }

 p { color: rgb(66,109,192); }

 H1.HeaderClassName
 {
   color: #426DC0;
 }
 .AnyTagClassName
 {
   color: #426DC0;
 }
</style>

background-color css

<style>
 a { background-color: #426DC0; }

 a { background-color: rgb(66,109,192); }

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

border-color css

<style>
 span { border-color: #426DC0; }

 span { border-color: rgb(66,109,192); }

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