#4285BE

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

Shades of Curious Blue #4285BE

Tints of Curious Blue #4285BE

Color information

#4285BE (or 0x4285BE) is unknown color: approx Curious Blue. HEX triplet: 42, 85 and BE. RGB value is (66,133,190). Sum of RGB (Red+Green+Blue) = 66+133+190=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #4285BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4285BE is #BD7A41. Grayscale: #777777. Windows color (decimal): -12417602 or 12485954. OLE color: 12485954.

HSL color Cylindrical-coordinate representation of color #4285BE: hue angle of 207.58º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4285BE is Cyan = 0.65, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66133190-
CMYK0.650.300.25
HSL207.58º48.82%50.2%-
HSV(B)207.58º65.26%74.51%-
XYZ19.9321.6551.84-
YUV119.46167.889.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.97%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 190 (74.61% from 255) = 48.84%
R=16.97%
G=34.19%
B=48.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661331900.650.300.25207.5848.8250.2
Hex4285BE411E019d03132
Octal102205276101360313206162
Binary1000010100001011011111010000011111001100111010000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4285BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4285BE; }

 p { color: rgb(66,133,190); }

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

<style>
 a { background-color: #4285BE; }

 a { background-color: rgb(66,133,190); }

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

<style>
 span { border-color: #4285BE; }

 span { border-color: rgb(66,133,190); }

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