#448DFC

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

Shades of Cornflower Blue #448DFC

Tints of Cornflower Blue #448DFC

Color information

#448DFC (or 0x448DFC) is unknown color: approx Cornflower Blue. HEX triplet: 44, 8D and FC. RGB value is (68,141,252). Sum of RGB (Red+Green+Blue) = 68+141+252=461 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.75% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #448DFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448DFC is #BB7203. Grayscale: #838383. Windows color (decimal): -12284420 or 16551236. OLE color: 16551236.

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

Color convert

RGB68141252-
CMYK0.730.4400.01
HSL216.2º96.84%62.75%-
HSV(B)216.2º73.02%98.82%-
XYZ29.4827.3195.81-
YUV131.83195.8282.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.75%
GREEN value IS 141 (55.47% from 255) = 30.59%
BLUE value IS 252 (98.83% from 255) = 54.66%
R=14.75%
G=30.59%
B=54.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal681412520.730.4400.01216.296.8462.75
Hex448DFC492C01d8613f
Octal104215374111540133014177
Binary10001001000110111111100100100110110001110110001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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