#4287bc

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

Shades of Curious Blue #4287BC

Tints of Curious Blue #4287BC

Color information

#4287BC (or 0x4287BC) is unknown color: approx Curious Blue. HEX triplet: 42, 87 and BC. RGB value is (66,135,188). Sum of RGB (Red+Green+Blue) = 66+135+188=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #4287BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4287BC is #BD7843. Grayscale: #787878. Windows color (decimal): -12417092 or 12355394. OLE color: 12355394.

HSL color Cylindrical-coordinate representation of color #4287BC: hue angle of 206.07º degrees, saturation: 0.48, 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 #4287BC is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB66135188-
CMYK0.650.2800.26
HSL206.07º48.03%49.8%-
HSV(B)206.07º64.89%73.73%-
XYZ19.9922.1250.79-
YUV120.41166.1489.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.97%
GREEN value IS 135 (53.12% from 255) = 34.70%
BLUE value IS 188 (73.83% from 255) = 48.33%
R=16.97%
G=34.70%
B=48.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661351880.650.2800.26206.0748.0349.8
Hex4287BC411C01Ace3032
Octal102207274101340323166062
Binary1000010100001111011110010000011110001101011001110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4287bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4287bc; }

 p { color: rgb(66,135,188); }

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

<style>
 a { background-color: #4287bc; }

 a { background-color: rgb(66,135,188); }

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

<style>
 span { border-color: #4287bc; }

 span { border-color: rgb(66,135,188); }

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