Html Css Color HEX #428BAF Boston Blue

📋 copy color: '#428BAF'

red 66 ◦ green 139 ◦ blue 175

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

Shades of Boston Blue #428BAF

Tints of Boston Blue #428BAF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.58%

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

R = 17.37%
G = 36.58%
B = 46.05%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#428BAF (or 0x428BAF) is known color: Boston Blue. HEX triplet: 42, 8B and AF. RGB value is (66,139,175). Sum of RGB (Red+Green+Blue) = 66+139+175=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #428BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428BAF is #BD7450. Grayscale: #797979. Windows color (decimal): -12416081 or 11504450. OLE color: 11504450.

HSL color Cylindrical-coordinate representation of color #428BAF: hue angle of 199.82º 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 #428BAF is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 139 175 -
CMYK 0.62 0.21 0 0.31
HSL 199.82º 0.45% 0.47% -
HSV(B) 199.82º 0.62% 0.69% -
XYZ 19.22 22.72 43.93 -
YUV 121.28 158.32 88.57 -
System Red Green Blue C M Y K H S L
Decimal 66 139 175 0.62 0.21 0 0.31 199.82 0.45 0.47
Hex 42 8B AF 3E 15 0 1F C8 2D 2F
Octal 102 213 257 76 25 0 37 310 55 57
Binary 1000010 10001011 10101111 111110 10101 0 11111 11001000 101101 101111

Color Harmonies of #428BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428BAF

Black with #428BAF

Text Example


Text Example

White with #428BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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