#4280C2

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

Shades of Curious Blue #4280C2

Tints of Curious Blue #4280C2

Color information

#4280C2 (or 0x4280C2) is unknown color: approx Curious Blue. HEX triplet: 42, 80 and C2. RGB value is (66,128,194). Sum of RGB (Red+Green+Blue) = 66+128+194=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #4280C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4280C2 is #BD7F3D. Grayscale: #747474. Windows color (decimal): -12418878 or 12746818. OLE color: 12746818.

HSL color Cylindrical-coordinate representation of color #4280C2: hue angle of 210.94º 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 #4280C2 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB66128194-
CMYK0.660.3400.24
HSL210.94º51.2%50.98%-
HSV(B)210.94º65.98%76.08%-
XYZ19.720.4953.96-
YUV116.99171.4691.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.01%
GREEN value IS 128 (50.39% from 255) = 32.99%
BLUE value IS 194 (76.17% from 255) = 50%
R=17.01%
G=32.99%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal661281940.660.3400.24210.9451.250.98
Hex4280C24222018d33333
Octal102200302102420303236363
Binary10000101000000011000010100001010001001100011010011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4280C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4280C2; }

 p { color: rgb(66,128,194); }

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

<style>
 a { background-color: #4280C2; }

 a { background-color: rgb(66,128,194); }

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

<style>
 span { border-color: #4280C2; }

 span { border-color: rgb(66,128,194); }

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