#44A1FF

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

Shades of Cornflower Blue #44A1FF

Tints of Cornflower Blue #44A1FF

Color information

#44A1FF (or 0x44A1FF) is unknown color: approx Cornflower Blue. HEX triplet: 44, A1 and FF. RGB value is (68,161,255). Sum of RGB (Red+Green+Blue) = 68+161+255=484 (64% of max value = 765). Red value is 68 (26.95% from 255 or 14.05% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #44A1FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #44A1FF is #BB5E00. Grayscale: #8F8F8F. Windows color (decimal): -12279297 or 16752964. OLE color: 16752964.

HSL color Cylindrical-coordinate representation of color #44A1FF: hue angle of 210.16º 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 #44A1FF is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB68161255-
CMYK0.730.3700
HSL210.16º100%63.33%-
HSV(B)210.16º73.33%100%-
XYZ33.1833.9499.41-
YUV143.91190.6973.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.05%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 255 (100% from 255) = 52.69%
R=14.05%
G=33.26%
B=52.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal681612550.730.3700210.1610063.33
Hex44A1FF492500d2643f
Octal104241377111450032214477
Binary10001001010000111111111100100110010100110100101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44A1FF; }

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

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

<style>
 a { background-color: #44A1FF; }

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

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

<style>
 span { border-color: #44A1FF; }

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

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