Html Css Color HEX #548DFA Cornflower Blue

📋 copy color: '#548DFA'

red 84 ◦ green 141 ◦ blue 250

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

Shades of Cornflower Blue #548DFA

Tints of Cornflower Blue #548DFA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.68%

 BLUE value IS 250 (98.05% from 255) = 52.63%

R = 17.68%
G = 29.68%
B = 52.63%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#548DFA (or 0x548DFA) is known color: Cornflower Blue. HEX triplet: 54, 8D and FA. RGB value is (84,141,250). Sum of RGB (Red+Green+Blue) = 84+141+250=475 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.68% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #548DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548DFA is #AB7205. Grayscale: #878787. Windows color (decimal): -11235846 or 16420180. OLE color: 16420180.

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

Color convert

RGB 84 141 250 -
CMYK 0.66 0.44 0 0.02
HSL 219.4º 0.94% 0.65% -
HSV(B) 219.4º 0.66% 0.98% -
XYZ 30.44 27.84 94.21 -
YUV 136.38 192.12 90.64 -
System Red Green Blue C M Y K H S L
Decimal 84 141 250 0.66 0.44 0 0.02 219.4 0.94 0.65
Hex 54 8D FA 42 2C 0 2 DB 5E 41
Octal 124 215 372 102 54 0 2 333 136 101
Binary 1010100 10001101 11111010 1000010 101100 0 10 11011011 1011110 1000001

Color Harmonies of #548DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548DFA

Black with #548DFA

Text Example


Text Example

White with #548DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,141,250); }

 H1.HeaderClassName
 {
   color: #548DFA;
 }
 .AnyTagClassName
 {
   color: #548DFA;
 }
</style>

background-color css

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

 a { background-color: rgb(84,141,250); }

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

border-color css

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

 span { border-color: rgb(84,141,250); }

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