Html Css Color HEX #428FAA Boston Blue

📋 copy color: '#428FAA'

red 66 ◦ green 143 ◦ blue 170

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

Shades of Boston Blue #428FAA

Tints of Boston Blue #428FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.73%

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

R = 17.41%
G = 37.73%
B = 44.85%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#428FAA (or 0x428FAA) is known color: Boston Blue. HEX triplet: 42, 8F and AA. RGB value is (66,143,170). Sum of RGB (Red+Green+Blue) = 66+143+170=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #428FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428FAA is #BD7055. Grayscale: #7A7A7A. Windows color (decimal): -12415062 or 11177794. OLE color: 11177794.

HSL color Cylindrical-coordinate representation of color #428FAA: hue angle of 195.58º 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 #428FAA is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 143 170 -
CMYK 0.61 0.16 0 0.33
HSL 195.58º 0.44% 0.46% -
HSV(B) 195.58º 0.61% 0.67% -
XYZ 19.32 23.71 41.59 -
YUV 123.06 154.49 87.3 -
System Red Green Blue C M Y K H S L
Decimal 66 143 170 0.61 0.16 0 0.33 195.58 0.44 0.46
Hex 42 8F AA 3D 10 0 21 C4 2C 2E
Octal 102 217 252 75 20 0 41 304 54 56
Binary 1000010 10001111 10101010 111101 10000 0 100001 11000100 101100 101110

Color Harmonies of #428FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428FAA

Black with #428FAA

Text Example


Text Example

White with #428FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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