#4187BF

Color #4187BF Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #4187BF

Tints of Curious Blue #4187BF

Color information

#4187BF (or 0x4187BF) is unknown color: approx Curious Blue. HEX triplet: 41, 87 and BF. RGB value is (65,135,191). Sum of RGB (Red+Green+Blue) = 65+135+191=391 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.62% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #4187BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4187BF is #BE7840. Grayscale: #787878. Windows color (decimal): -12482625 or 12552001. OLE color: 12552001.

HSL color Cylindrical-coordinate representation of color #4187BF: hue angle of 206.67º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4187BF is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB65135191-
CMYK0.660.2900.25
HSL206.67º49.61%50.2%-
HSV(B)206.67º65.97%74.9%-
XYZ20.2522.2152.51-
YUV120.45167.8188.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.62%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 191 (75% from 255) = 48.85%
R=16.62%
G=34.53%
B=48.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651351910.660.2900.25206.6749.6150.2
Hex4187BF421D019cf3232
Octal101207277102350313176262
Binary1000001100001111011111110000101110101100111001111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4187BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4187BF; }

 p { color: rgb(65,135,191); }

 H1.HeaderClassName
 {
   color: #4187BF;
 }
 .AnyTagClassName
 {
   color: #4187BF;
 }
</style>
background-color css

<style>
 a { background-color: #4187BF; }

 a { background-color: rgb(65,135,191); }

 div.DivClassName
 {
   background-color: #4187BF;
 }
 .BgClassName
 {
   background-color: #4187BF;
 }
</style>
border-color css

<style>
 span { border-color: #4187BF; }

 span { border-color: rgb(65,135,191); }

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