Html Css Color HEX #548AF6 Cornflower Blue

📋 copy color: '#548AF6'

red 84 ◦ green 138 ◦ blue 246

#548AF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #548AF6

Tints of Cornflower Blue #548AF6

RGB

 RED value IS 84 (33.2% from 255) = 17.95%

 GREEN value IS 138 (54.3% 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 value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#548AF6 (or 0x548AF6) is known color: 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

RGB 84 138 246 -
CMYK 0.66 0.44 0 0.04
HSL 220º 0.9% 0.65% -
HSV(B) 220º 0.66% 0.96% -
XYZ 29.38 26.72 90.8 -
YUV 134.17 191.11 92.22 -
System Red Green Blue C M Y K H S L
Decimal 84 138 246 0.66 0.44 0 0.04 220 0.9 0.65
Hex 54 8A F6 42 2C 0 4 DC 5A 41
Octal 124 212 366 102 54 0 4 334 132 101
Binary 1010100 10001010 11110110 1000010 101100 0 100 11011100 1011010 1000001

Color Harmonies of #548AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548AF6

Black with #548AF6

Text Example


Text Example

White with #548AF6

Text Example


Text Example

HTML Codes & Css Web 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>