Html Css Color HEX #419BC2 Boston Blue

📋 copy color: '#419BC2'

red 65 ◦ green 155 ◦ blue 194

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

Shades of Boston Blue #419BC2

Tints of Boston Blue #419BC2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.44%

 BLUE value IS 194 (76.17% from 255) = 46.86%

R = 15.7%
G = 37.44%
B = 46.86%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#419BC2 (or 0x419BC2) is known color: Boston Blue. HEX triplet: 41, 9B and C2. RGB value is (65,155,194). Sum of RGB (Red+Green+Blue) = 65+155+194=414 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.70% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 194 (76.17% from 255 or 46.86% from 414); Max value from RGB is 194 - color contains mainly: blue. Hex color #419BC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419BC2 is #BE643D. Grayscale: #848484. Windows color (decimal): -12477502 or 12753729. OLE color: 12753729.

HSL color Cylindrical-coordinate representation of color #419BC2: hue angle of 198.14º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #419BC2 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 155 194 -
CMYK 0.66 0.20 0 0.24
HSL 198.14º 0.51% 0.51% -
HSV(B) 198.14º 0.66% 0.76% -
XYZ 23.64 28.46 55.29 -
YUV 132.54 162.68 79.83 -
System Red Green Blue C M Y K H S L
Decimal 65 155 194 0.66 0.20 0 0.24 198.14 0.51 0.51
Hex 41 9B C2 42 14 0 18 C6 33 33
Octal 101 233 302 102 24 0 30 306 63 63
Binary 1000001 10011011 11000010 1000010 10100 0 11000 11000110 110011 110011

Color Harmonies of #419BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419BC2

Black with #419BC2

Text Example


Text Example

White with #419BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,155,194); }

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

background-color css

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

 a { background-color: rgb(65,155,194); }

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

border-color css

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

 span { border-color: rgb(65,155,194); }

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