#448FFF

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

Shades of Cornflower Blue #448FFF

Tints of Cornflower Blue #448FFF

Color information

#448FFF (or 0x448FFF) is unknown color: approx Cornflower Blue. HEX triplet: 44, 8F and FF. RGB value is (68,143,255). Sum of RGB (Red+Green+Blue) = 68+143+255=466 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.59% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #448FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448FFF is #BB7000. Grayscale: #848484. Windows color (decimal): -12283905 or 16748356. OLE color: 16748356.

HSL color Cylindrical-coordinate representation of color #448FFF: hue angle of 215.94º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #448FFF is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB68143255-
CMYK0.730.4400
HSL215.94º100%63.33%-
HSV(B)215.94º73.33%100%-
XYZ30.2628.0998.44-
YUV133.34196.6581.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.59%
GREEN value IS 143 (56.25% from 255) = 30.69%
BLUE value IS 255 (100% from 255) = 54.72%
R=14.59%
G=30.69%
B=54.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal681432550.730.4400215.9410063.33
Hex448FFF492C00d8643f
Octal104217377111540033014477
Binary10001001000111111111111100100110110000110110001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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