#4090CB

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

Shades of Curious Blue #4090CB

Tints of Curious Blue #4090CB

Color information

#4090CB (or 0x4090CB) is unknown color: approx Curious Blue. HEX triplet: 40, 90 and CB. RGB value is (64,144,203). Sum of RGB (Red+Green+Blue) = 64+144+203=411 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.57% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #4090CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4090CB is #BF6F34. Grayscale: #7E7E7E. Windows color (decimal): -12545845 or 13340736. OLE color: 13340736.

HSL color Cylindrical-coordinate representation of color #4090CB: hue angle of 205.47º 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 #4090CB is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB64144203-
CMYK0.680.2900.20
HSL205.47º57.2%52.35%-
HSV(B)205.47º68.47%79.61%-
XYZ22.8725.3560.19-
YUV126.8117183.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.57%
GREEN value IS 144 (56.64% from 255) = 35.04%
BLUE value IS 203 (79.69% from 255) = 49.39%
R=15.57%
G=35.04%
B=49.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal641442030.680.2900.20205.4757.252.35
Hex4090CB441D014cd3934
Octal100220313104350243157164
Binary1000000100100001100101110001001110101010011001101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4090CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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