#448ECF

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

Shades of Curious Blue #448ECF

Tints of Curious Blue #448ECF

Color information

#448ECF (or 0x448ECF) is unknown color: approx Curious Blue. HEX triplet: 44, 8E and CF. RGB value is (68,142,207). Sum of RGB (Red+Green+Blue) = 68+142+207=417 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.31% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #448ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448ECF is #BB7130. Grayscale: #7E7E7E. Windows color (decimal): -12284209 or 13602372. OLE color: 13602372.

HSL color Cylindrical-coordinate representation of color #448ECF: hue angle of 208.06º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #448ECF is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB68142207-
CMYK0.670.3100.19
HSL208.06º59.15%53.92%-
HSV(B)208.06º67.15%81.18%-
XYZ23.3225.0862.64-
YUV127.28172.9885.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.31%
GREEN value IS 142 (55.86% from 255) = 34.05%
BLUE value IS 207 (81.25% from 255) = 49.64%
R=16.31%
G=34.05%
B=49.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal681422070.670.3100.19208.0659.1553.92
Hex448ECF431F013d03b36
Octal104216317103370233207366
Binary1000100100011101100111110000111111101001111010000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,142,207); }

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

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

 a { background-color: rgb(68,142,207); }

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

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

 span { border-color: rgb(68,142,207); }

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