Html Css Color HEX #428DAF Boston Blue

📋 copy color: '#428DAF'

red 66 ◦ green 141 ◦ blue 175

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

Shades of Boston Blue #428DAF

Tints of Boston Blue #428DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.81%

R = 17.28%
G = 36.91%
B = 45.81%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#428DAF (or 0x428DAF) is known color: Boston Blue. HEX triplet: 42, 8D and AF. RGB value is (66,141,175). Sum of RGB (Red+Green+Blue) = 66+141+175=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #428DAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428DAF is #BD7250. Grayscale: #7A7A7A. Windows color (decimal): -12415569 or 11504962. OLE color: 11504962.

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

Color convert

RGB 66 141 175 -
CMYK 0.62 0.19 0 0.31
HSL 198.72º 0.45% 0.47% -
HSV(B) 198.72º 0.62% 0.69% -
XYZ 19.51 23.3 44.03 -
YUV 122.45 157.65 87.74 -
System Red Green Blue C M Y K H S L
Decimal 66 141 175 0.62 0.19 0 0.31 198.72 0.45 0.47
Hex 42 8D AF 3E 13 0 1F C7 2D 2F
Octal 102 215 257 76 23 0 37 307 55 57
Binary 1000010 10001101 10101111 111110 10011 0 11111 11000111 101101 101111

Color Harmonies of #428DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428DAF

Black with #428DAF

Text Example


Text Example

White with #428DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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