#448BEA

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

Shades of Cornflower Blue #448BEA

Tints of Cornflower Blue #448BEA

Color information

#448BEA (or 0x448BEA) is unknown color: approx Cornflower Blue. HEX triplet: 44, 8B and EA. RGB value is (68,139,234). Sum of RGB (Red+Green+Blue) = 68+139+234=441 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.42% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #448BEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448BEA is #BB7415. Grayscale: #808080. Windows color (decimal): -12284950 or 15371076. OLE color: 15371076.

HSL color Cylindrical-coordinate representation of color #448BEA: hue angle of 214.34º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #448BEA is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB68139234-
CMYK0.710.4100.08
HSL214.34º79.81%59.22%-
HSV(B)214.34º70.94%91.76%-
XYZ26.4725.6381.39-
YUV128.6187.4884.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.42%
GREEN value IS 139 (54.69% from 255) = 31.52%
BLUE value IS 234 (91.80% from 255) = 53.06%
R=15.42%
G=31.52%
B=53.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal681392340.710.4100.08214.3479.8159.22
Hex448BEA472908d6503b
Octal1042133521075101032612073
Binary10001001000101111101010100011110100101000110101101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,139,234); }

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

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

 a { background-color: rgb(68,139,234); }

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

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

 span { border-color: rgb(68,139,234); }

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