#448FC9

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

Shades of Curious Blue #448FC9

Tints of Curious Blue #448FC9

Color information

#448FC9 (or 0x448FC9) is unknown color: approx Curious Blue. HEX triplet: 44, 8F and C9. RGB value is (68,143,201). Sum of RGB (Red+Green+Blue) = 68+143+201=412 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.50% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #448FC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448FC9 is #BB7036. Grayscale: #7E7E7E. Windows color (decimal): -12283959 or 13209412. OLE color: 13209412.

HSL color Cylindrical-coordinate representation of color #448FC9: hue angle of 206.17º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #448FC9 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB68143201-
CMYK0.660.2900.21
HSL206.17º55.19%52.75%-
HSV(B)206.17º66.17%78.82%-
XYZ22.7525.0958.9-
YUV127.19169.6585.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.50%
GREEN value IS 143 (56.25% from 255) = 34.71%
BLUE value IS 201 (78.91% from 255) = 48.79%
R=16.50%
G=34.71%
B=48.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal681432010.660.2900.21206.1755.1952.75
Hex448FC9421D015ce3735
Octal104217311102350253166765
Binary1000100100011111100100110000101110101010111001110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448FC9; }

 p { color: rgb(68,143,201); }

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

<style>
 a { background-color: #448FC9; }

 a { background-color: rgb(68,143,201); }

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

<style>
 span { border-color: #448FC9; }

 span { border-color: rgb(68,143,201); }

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