#407FCB

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

Shades of Curious Blue #407FCB

Tints of Curious Blue #407FCB

Color information

#407FCB (or 0x407FCB) is unknown color: approx Curious Blue. HEX triplet: 40, 7F and CB. RGB value is (64,127,203). Sum of RGB (Red+Green+Blue) = 64+127+203=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #407FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407FCB is #BF8034. Grayscale: #747474. Windows color (decimal): -12550197 or 13336384. OLE color: 13336384.

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

Color convert

RGB64127203-
CMYK0.680.3700.20
HSL212.81º57.2%52.35%-
HSV(B)212.81º68.47%79.61%-
XYZ20.4820.5859.39-
YUV116.83176.6390.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.24%
GREEN value IS 127 (50% from 255) = 32.23%
BLUE value IS 203 (79.69% from 255) = 51.52%
R=16.24%
G=32.23%
B=51.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal641272030.680.3700.20212.8157.252.35
Hex407FCB4425014d53934
Octal100177313104450243257164
Binary1000000111111111001011100010010010101010011010101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407FCB; }

 p { color: rgb(64,127,203); }

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

<style>
 a { background-color: #407FCB; }

 a { background-color: rgb(64,127,203); }

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

<style>
 span { border-color: #407FCB; }

 span { border-color: rgb(64,127,203); }

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