#4280CB

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

Shades of Curious Blue #4280CB

Tints of Curious Blue #4280CB

Color information

#4280CB (or 0x4280CB) is unknown color: approx Curious Blue. HEX triplet: 42, 80 and CB. RGB value is (66,128,203). Sum of RGB (Red+Green+Blue) = 66+128+203=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #4280CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4280CB is #BD7F34. Grayscale: #757575. Windows color (decimal): -12418869 or 13336642. OLE color: 13336642.

HSL color Cylindrical-coordinate representation of color #4280CB: hue angle of 212.85º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4280CB is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB66128203-
CMYK0.670.3700.20
HSL212.85º56.85%52.75%-
HSV(B)212.85º67.49%79.61%-
XYZ20.7520.9159.44-
YUV118.01175.9690.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.62%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 203 (79.69% from 255) = 51.13%
R=16.62%
G=32.24%
B=51.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal661282030.670.3700.20212.8556.8552.75
Hex4280CB4325014d53935
Octal102200313103450243257165
Binary10000101000000011001011100001110010101010011010101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4280CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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