Html Css Color HEX #428DAA Boston Blue

📋 copy color: '#428DAA'

red 66 ◦ green 141 ◦ blue 170

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

Shades of Boston Blue #428DAA

Tints of Boston Blue #428DAA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.4%

 BLUE value IS 170 (66.8% from 255) = 45.09%

R = 17.51%
G = 37.4%
B = 45.09%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#428DAA (or 0x428DAA) is known color: Boston Blue. HEX triplet: 42, 8D and AA. RGB value is (66,141,170). Sum of RGB (Red+Green+Blue) = 66+141+170=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #428DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428DAA is #BD7255. Grayscale: #797979. Windows color (decimal): -12415574 or 11177282. OLE color: 11177282.

HSL color Cylindrical-coordinate representation of color #428DAA: hue angle of 196.73º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #428DAA is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 141 170 -
CMYK 0.61 0.17 0 0.33
HSL 196.73º 0.44% 0.46% -
HSV(B) 196.73º 0.61% 0.67% -
XYZ 19.03 23.11 41.49 -
YUV 121.88 155.15 88.14 -
System Red Green Blue C M Y K H S L
Decimal 66 141 170 0.61 0.17 0 0.33 196.73 0.44 0.46
Hex 42 8D AA 3D 11 0 21 C5 2C 2E
Octal 102 215 252 75 21 0 41 305 54 56
Binary 1000010 10001101 10101010 111101 10001 0 100001 11000101 101100 101110

Color Harmonies of #428DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428DAA

Black with #428DAA

Text Example


Text Example

White with #428DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428DAA; }

 p { color: rgb(66,141,170); }

 H1.HeaderClassName
 {
   color: #428DAA;
 }
 .AnyTagClassName
 {
   color: #428DAA;
 }
</style>

background-color css

<style>
 a { background-color: #428DAA; }

 a { background-color: rgb(66,141,170); }

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

border-color css

<style>
 span { border-color: #428DAA; }

 span { border-color: rgb(66,141,170); }

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