Html Css Color HEX #428FAC Boston Blue

📋 copy color: '#428FAC'

red 66 ◦ green 143 ◦ blue 172

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

Shades of Boston Blue #428FAC

Tints of Boston Blue #428FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.14%

R = 17.32%
G = 37.53%
B = 45.14%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#428FAC (or 0x428FAC) is known color: Boston Blue. HEX triplet: 42, 8F and AC. RGB value is (66,143,172). Sum of RGB (Red+Green+Blue) = 66+143+172=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #428FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428FAC is #BD7053. Grayscale: #7B7B7B. Windows color (decimal): -12415060 or 11308866. OLE color: 11308866.

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

Color convert

RGB 66 143 172 -
CMYK 0.62 0.17 0 0.33
HSL 196.42º 0.45% 0.47% -
HSV(B) 196.42º 0.62% 0.67% -
XYZ 19.52 23.78 42.59 -
YUV 123.28 155.49 87.14 -
System Red Green Blue C M Y K H S L
Decimal 66 143 172 0.62 0.17 0 0.33 196.42 0.45 0.47
Hex 42 8F AC 3E 11 0 21 C4 2D 2F
Octal 102 217 254 76 21 0 41 304 55 57
Binary 1000010 10001111 10101100 111110 10001 0 100001 11000100 101101 101111

Color Harmonies of #428FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428FAC

Black with #428FAC

Text Example


Text Example

White with #428FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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