#548CFD

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

Shades of Cornflower Blue #548CFD

Tints of Cornflower Blue #548CFD

Color information

#548CFD (or 0x548CFD) is unknown color: approx Cornflower Blue. HEX triplet: 54, 8C and FD. RGB value is (84,140,253). Sum of RGB (Red+Green+Blue) = 84+140+253=477 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.61% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #548CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548CFD is #AB7302. Grayscale: #878787. Windows color (decimal): -11236099 or 16616532. OLE color: 16616532.

HSL color Cylindrical-coordinate representation of color #548CFD: hue angle of 220.12º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #548CFD is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB84140253-
CMYK0.670.4500.01
HSL220.12º97.69%66.08%-
HSV(B)220.12º66.8%99.22%-
XYZ30.7627.7396.66-
YUV136.14193.9590.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.61%
GREEN value IS 140 (55.08% from 255) = 29.35%
BLUE value IS 253 (99.22% from 255) = 53.04%
R=17.61%
G=29.35%
B=53.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal841402530.670.4500.01220.1297.6966.08
Hex548CFD432D01dc6242
Octal1242143751035501334142102
Binary101010010001100111111011000011101101011101110011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,140,253); }

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

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

 a { background-color: rgb(84,140,253); }

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

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

 span { border-color: rgb(84,140,253); }

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