#448ECA

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

Shades of Curious Blue #448ECA

Tints of Curious Blue #448ECA

Color information

#448ECA (or 0x448ECA) is unknown color: approx Curious Blue. HEX triplet: 44, 8E and CA. RGB value is (68,142,202). Sum of RGB (Red+Green+Blue) = 68+142+202=412 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.50% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #448ECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448ECA is #BB7135. Grayscale: #7E7E7E. Windows color (decimal): -12284214 or 13274692. OLE color: 13274692.

HSL color Cylindrical-coordinate representation of color #448ECA: hue angle of 206.87º degrees, saturation: 0.56, 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 #448ECA is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB68142202-
CMYK0.660.3000.21
HSL206.87º55.83%52.94%-
HSV(B)206.87º66.34%79.22%-
XYZ22.7224.8459.47-
YUV126.71170.4886.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.50%
GREEN value IS 142 (55.86% from 255) = 34.47%
BLUE value IS 202 (79.30% from 255) = 49.03%
R=16.50%
G=34.47%
B=49.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal681422020.660.3000.21206.8755.8352.94
Hex448ECA421E015cf3835
Octal104216312102360253177065
Binary1000100100011101100101010000101111001010111001111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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