#448DE3

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

Shades of Cornflower Blue #448DE3

Tints of Cornflower Blue #448DE3

Color information

#448DE3 (or 0x448DE3) is unknown color: approx Cornflower Blue. HEX triplet: 44, 8D and E3. RGB value is (68,141,227). Sum of RGB (Red+Green+Blue) = 68+141+227=436 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.60% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 227 (89.06% from 255 or 52.06% from 436); Max value from RGB is 227 - color contains mainly: blue. Hex color #448DE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448DE3 is #BB721C. Grayscale: #808080. Windows color (decimal): -12284445 or 14912836. OLE color: 14912836.

HSL color Cylindrical-coordinate representation of color #448DE3: hue angle of 212.45º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #448DE3 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB68141227-
CMYK0.700.3800.11
HSL212.45º73.95%57.84%-
HSV(B)212.45º70.04%89.02%-
XYZ25.7725.8276.3-
YUV128.98183.3284.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.60%
GREEN value IS 141 (55.47% from 255) = 32.34%
BLUE value IS 227 (89.06% from 255) = 52.06%
R=15.60%
G=32.34%
B=52.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal681412270.700.3800.11212.4573.9557.84
Hex448DE346260Bd44a3a
Octal1042153431064601332411272
Binary10001001000110111100011100011010011001011110101001001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,141,227); }

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

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

 a { background-color: rgb(68,141,227); }

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

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

 span { border-color: rgb(68,141,227); }

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