Html Css Color HEX #426CBD Free Speech Blue

📋 copy color: '#426CBD'

red 66 ◦ green 108 ◦ blue 189

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

Shades of Free Speech Blue #426CBD

Tints of Free Speech Blue #426CBD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.75%

 BLUE value IS 189 (74.22% from 255) = 52.07%

R = 18.18%
G = 29.75%
B = 52.07%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#426CBD (or 0x426CBD) is known color: Free Speech Blue. HEX triplet: 42, 6C and BD. RGB value is (66,108,189). Sum of RGB (Red+Green+Blue) = 66+108+189=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #426CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426CBD is #BD9342. Grayscale: #686868. Windows color (decimal): -12424003 or 12414018. OLE color: 12414018.

HSL color Cylindrical-coordinate representation of color #426CBD: hue angle of 219.51º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #426CBD is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 108 189 -
CMYK 0.65 0.43 0 0.26
HSL 219.51º 0.48% 0.5% -
HSV(B) 219.51º 0.65% 0.74% -
XYZ 16.79 15.56 50.26 -
YUV 104.68 175.59 100.41 -
System Red Green Blue C M Y K H S L
Decimal 66 108 189 0.65 0.43 0 0.26 219.51 0.48 0.5
Hex 42 6C BD 41 2B 0 1A DC 30 32
Octal 102 154 275 101 53 0 32 334 60 62
Binary 1000010 1101100 10111101 1000001 101011 0 11010 11011100 110000 110010

Color Harmonies of #426CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426CBD

Black with #426CBD

Text Example


Text Example

White with #426CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,108,189); }

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

background-color css

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

 a { background-color: rgb(66,108,189); }

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

border-color css

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

 span { border-color: rgb(66,108,189); }

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