Html Css Color HEX #426CBF Free Speech Blue

📋 copy color: '#426CBF'

red 66 ◦ green 108 ◦ blue 191

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

Shades of Free Speech Blue #426CBF

Tints of Free Speech Blue #426CBF

RGB

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

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

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

R = 18.08%
G = 29.59%
B = 52.33%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#426CBF (or 0x426CBF) is known color: Free Speech Blue. HEX triplet: 42, 6C and BF. RGB value is (66,108,191). Sum of RGB (Red+Green+Blue) = 66+108+191=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #426CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426CBF is #BD9340. Grayscale: #686868. Windows color (decimal): -12424001 or 12545090. OLE color: 12545090.

HSL color Cylindrical-coordinate representation of color #426CBF: hue angle of 219.84º 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 #426CBF is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 108 191 -
CMYK 0.65 0.43 0 0.25
HSL 219.84º 0.49% 0.5% -
HSV(B) 219.84º 0.65% 0.75% -
XYZ 17.01 15.64 51.41 -
YUV 104.9 176.59 100.25 -
System Red Green Blue C M Y K H S L
Decimal 66 108 191 0.65 0.43 0 0.25 219.84 0.49 0.5
Hex 42 6C BF 41 2B 0 19 DC 31 32
Octal 102 154 277 101 53 0 31 334 61 62
Binary 1000010 1101100 10111111 1000001 101011 0 11001 11011100 110001 110010

Color Harmonies of #426CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426CBF

Black with #426CBF

Text Example


Text Example

White with #426CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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