Html Css Color HEX #426DBE Free Speech Blue

📋 copy color: '#426DBE'

red 66 ◦ green 109 ◦ blue 190

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

Shades of Free Speech Blue #426DBE

Tints of Free Speech Blue #426DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.05%

R = 18.08%
G = 29.86%
B = 52.05%

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

#426DBE (or 0x426DBE) is known color: Free Speech Blue. HEX triplet: 42, 6D and BE. RGB value is (66,109,190). Sum of RGB (Red+Green+Blue) = 66+109+190=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #426DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426DBE is #BD9241. Grayscale: #696969. Windows color (decimal): -12423746 or 12479810. OLE color: 12479810.

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

Color convert

RGB 66 109 190 -
CMYK 0.65 0.43 0 0.25
HSL 219.19º 0.49% 0.5% -
HSV(B) 219.19º 0.65% 0.75% -
XYZ 17.01 15.81 50.87 -
YUV 105.38 175.75 99.91 -
System Red Green Blue C M Y K H S L
Decimal 66 109 190 0.65 0.43 0 0.25 219.19 0.49 0.5
Hex 42 6D BE 41 2B 0 19 DB 31 32
Octal 102 155 276 101 53 0 31 333 61 62
Binary 1000010 1101101 10111110 1000001 101011 0 11001 11011011 110001 110010

Color Harmonies of #426DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DBE

Black with #426DBE

Text Example


Text Example

White with #426DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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