Html Css Color HEX #428BA5 Boston Blue

📋 copy color: '#428BA5'

red 66 ◦ green 139 ◦ blue 165

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

Shades of Boston Blue #428BA5

Tints of Boston Blue #428BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.59%

R = 17.84%
G = 37.57%
B = 44.59%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#428BA5 (or 0x428BA5) is known color: Boston Blue. HEX triplet: 42, 8B and A5. RGB value is (66,139,165). Sum of RGB (Red+Green+Blue) = 66+139+165=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 165 (64.84% from 255 or 44.59% from 370); Max value from RGB is 165 - color contains mainly: blue. Hex color #428BA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428BA5 is #BD745A. Grayscale: #777777. Windows color (decimal): -12416091 or 10849090. OLE color: 10849090.

HSL color Cylindrical-coordinate representation of color #428BA5: hue angle of 195.76º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #428BA5 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 139 165 -
CMYK 0.60 0.16 0 0.35
HSL 195.76º 0.43% 0.45% -
HSV(B) 195.76º 0.6% 0.65% -
XYZ 18.27 22.34 38.95 -
YUV 120.14 153.32 89.39 -
System Red Green Blue C M Y K H S L
Decimal 66 139 165 0.60 0.16 0 0.35 195.76 0.43 0.45
Hex 42 8B A5 3C 10 0 23 C4 2B 2D
Octal 102 213 245 74 20 0 43 304 53 55
Binary 1000010 10001011 10100101 111100 10000 0 100011 11000100 101011 101101

Color Harmonies of #428BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428BA5

Black with #428BA5

Text Example


Text Example

White with #428BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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