#548AF6

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

Shades of Cornflower Blue #548AF6

Tints of Cornflower Blue #548AF6

Color information

#548AF6 (or 0x548AF6) is unknown color: approx Cornflower Blue. HEX triplet: 54, 8A and F6. RGB value is (84,138,246). Sum of RGB (Red+Green+Blue) = 84+138+246=468 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.95% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 246 (96.48% from 255 or 52.56% from 468); Max value from RGB is 246 - color contains mainly: blue. Hex color #548AF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548AF6 is #AB7509. Grayscale: #858585. Windows color (decimal): -11236618 or 16157268. OLE color: 16157268.

HSL color Cylindrical-coordinate representation of color #548AF6: hue angle of 220º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #548AF6 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB84138246-
CMYK0.660.4400.04
HSL220º90%64.71%-
HSV(B)220º65.85%96.47%-
XYZ29.3826.7290.8-
YUV134.17191.1192.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.95%
GREEN value IS 138 (54.30% from 255) = 29.49%
BLUE value IS 246 (96.48% from 255) = 52.56%
R=17.95%
G=29.49%
B=52.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal841382460.660.4400.042209064.71
Hex548AF6422C04dc5a41
Octal1242123661025404334132101
Binary10101001000101011110110100001010110001001101110010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548AF6; }

 p { color: rgb(84,138,246); }

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

<style>
 a { background-color: #548AF6; }

 a { background-color: rgb(84,138,246); }

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

<style>
 span { border-color: #548AF6; }

 span { border-color: rgb(84,138,246); }

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