Html Css Color HEX #419FBC Boston Blue

📋 copy color: '#419FBC'

red 65 ◦ green 159 ◦ blue 188

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

Shades of Boston Blue #419FBC

Tints of Boston Blue #419FBC

RGB

 RED value IS 65 (25.78% from 255) = 15.78%

 GREEN value IS 159 (62.5% from 255) = 38.59%

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 15.78%
G = 38.59%
B = 45.63%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#419FBC (or 0x419FBC) is known color: Boston Blue. HEX triplet: 41, 9F and BC. RGB value is (65,159,188). Sum of RGB (Red+Green+Blue) = 65+159+188=412 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.78% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #419FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419FBC is #BE6043. Grayscale: #858585. Windows color (decimal): -12476484 or 12361537. OLE color: 12361537.

HSL color Cylindrical-coordinate representation of color #419FBC: hue angle of 194.15º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #419FBC is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 159 188 -
CMYK 0.65 0.15 0 0.26
HSL 194.15º 0.49% 0.5% -
HSV(B) 194.15º 0.65% 0.74% -
XYZ 23.66 29.55 52.03 -
YUV 134.2 158.36 78.64 -
System Red Green Blue C M Y K H S L
Decimal 65 159 188 0.65 0.15 0 0.26 194.15 0.49 0.5
Hex 41 9F BC 41 F 0 1A C2 31 32
Octal 101 237 274 101 17 0 32 302 61 62
Binary 1000001 10011111 10111100 1000001 1111 0 11010 11000010 110001 110010

Color Harmonies of #419FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419FBC

Black with #419FBC

Text Example


Text Example

White with #419FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419FBC; }

 p { color: rgb(65,159,188); }

 H1.HeaderClassName
 {
   color: #419FBC;
 }
 .AnyTagClassName
 {
   color: #419FBC;
 }
</style>

background-color css

<style>
 a { background-color: #419FBC; }

 a { background-color: rgb(65,159,188); }

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

border-color css

<style>
 span { border-color: #419FBC; }

 span { border-color: rgb(65,159,188); }

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