Html Css Color HEX #548EF1 Cornflower Blue

📋 copy color: '#548EF1'

red 84 ◦ green 142 ◦ blue 241

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

Shades of Cornflower Blue #548EF1

Tints of Cornflower Blue #548EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 51.61%

R = 17.99%
G = 30.41%
B = 51.61%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#548EF1 (or 0x548EF1) is known color: Cornflower Blue. HEX triplet: 54, 8E and F1. RGB value is (84,142,241). Sum of RGB (Red+Green+Blue) = 84+142+241=467 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.99% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #548EF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548EF1 is #AB710E. Grayscale: #878787. Windows color (decimal): -11235599 or 15830612. OLE color: 15830612.

HSL color Cylindrical-coordinate representation of color #548EF1: hue angle of 217.83º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #548EF1 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 84 142 241 -
CMYK 0.65 0.41 0 0.05
HSL 217.83º 0.85% 0.64% -
HSV(B) 217.83º 0.65% 0.95% -
XYZ 29.21 27.58 87 -
YUV 135.94 187.28 90.95 -
System Red Green Blue C M Y K H S L
Decimal 84 142 241 0.65 0.41 0 0.05 217.83 0.85 0.64
Hex 54 8E F1 41 29 0 5 DA 55 40
Octal 124 216 361 101 51 0 5 332 125 100
Binary 1010100 10001110 11110001 1000001 101001 0 101 11011010 1010101 1000000

Color Harmonies of #548EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548EF1

Black with #548EF1

Text Example


Text Example

White with #548EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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