Html Css Color HEX #548EFA Cornflower Blue

📋 copy color: '#548EFA'

red 84 ◦ green 142 ◦ blue 250

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

Shades of Cornflower Blue #548EFA

Tints of Cornflower Blue #548EFA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.83%

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

R = 17.65%
G = 29.83%
B = 52.52%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#548EFA (or 0x548EFA) is known color: Cornflower Blue. HEX triplet: 54, 8E and FA. RGB value is (84,142,250). Sum of RGB (Red+Green+Blue) = 84+142+250=476 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.65% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #548EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548EFA is #AB7105. Grayscale: #888888. Windows color (decimal): -11235590 or 16420436. OLE color: 16420436.

HSL color Cylindrical-coordinate representation of color #548EFA: hue angle of 219.04º 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 #548EFA is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 142 250 -
CMYK 0.66 0.43 0 0.02
HSL 219.04º 0.94% 0.65% -
HSV(B) 219.04º 0.66% 0.98% -
XYZ 30.58 28.13 94.26 -
YUV 136.97 191.78 90.22 -
System Red Green Blue C M Y K H S L
Decimal 84 142 250 0.66 0.43 0 0.02 219.04 0.94 0.65
Hex 54 8E FA 42 2B 0 2 DB 5E 41
Octal 124 216 372 102 53 0 2 333 136 101
Binary 1010100 10001110 11111010 1000010 101011 0 10 11011011 1011110 1000001

Color Harmonies of #548EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548EFA

Black with #548EFA

Text Example


Text Example

White with #548EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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