Html Css Color HEX #428FAD Boston Blue

📋 copy color: '#428FAD'

red 66 ◦ green 143 ◦ blue 173

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

Shades of Boston Blue #428FAD

Tints of Boston Blue #428FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.29%

R = 17.28%
G = 37.43%
B = 45.29%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#428FAD (or 0x428FAD) is known color: Boston Blue. HEX triplet: 42, 8F and AD. RGB value is (66,143,173). Sum of RGB (Red+Green+Blue) = 66+143+173=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #428FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428FAD is #BD7052. Grayscale: #7B7B7B. Windows color (decimal): -12415059 or 11374402. OLE color: 11374402.

HSL color Cylindrical-coordinate representation of color #428FAD: hue angle of 196.82º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #428FAD is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 143 173 -
CMYK 0.62 0.17 0 0.32
HSL 196.82º 0.45% 0.47% -
HSV(B) 196.82º 0.62% 0.68% -
XYZ 19.61 23.82 43.1 -
YUV 123.4 155.99 87.06 -
System Red Green Blue C M Y K H S L
Decimal 66 143 173 0.62 0.17 0 0.32 196.82 0.45 0.47
Hex 42 8F AD 3E 11 0 20 C5 2D 2F
Octal 102 217 255 76 21 0 40 305 55 57
Binary 1000010 10001111 10101101 111110 10001 0 100000 11000101 101101 101111

Color Harmonies of #428FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428FAD

Black with #428FAD

Text Example


Text Example

White with #428FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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