Html Css Color HEX #428FB0 Boston Blue

📋 copy color: '#428FB0'

red 66 ◦ green 143 ◦ blue 176

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

Shades of Boston Blue #428FB0

Tints of Boston Blue #428FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.71%

R = 17.14%
G = 37.14%
B = 45.71%

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

#428FB0 (or 0x428FB0) is known color: Boston Blue. HEX triplet: 42, 8F and B0. RGB value is (66,143,176). Sum of RGB (Red+Green+Blue) = 66+143+176=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 176 - color contains mainly: blue. Hex color #428FB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428FB0 is #BD704F. Grayscale: #7B7B7B. Windows color (decimal): -12415056 or 11571010. OLE color: 11571010.

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

Color convert

RGB 66 143 176 -
CMYK 0.62 0.19 0 0.31
HSL 198º 0.45% 0.47% -
HSV(B) 198º 0.63% 0.69% -
XYZ 19.91 23.94 44.65 -
YUV 123.74 157.49 86.82 -
System Red Green Blue C M Y K H S L
Decimal 66 143 176 0.62 0.19 0 0.31 198 0.45 0.47
Hex 42 8F B0 3E 13 0 1F C6 2D 2F
Octal 102 217 260 76 23 0 37 306 55 57
Binary 1000010 10001111 10110000 111110 10011 0 11111 11000110 101101 101111

Color Harmonies of #428FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428FB0

Black with #428FB0

Text Example


Text Example

White with #428FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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