Html Css Color HEX #548EFE Cornflower Blue

📋 copy color: '#548EFE'

red 84 ◦ green 142 ◦ blue 254

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

Shades of Cornflower Blue #548EFE

Tints of Cornflower Blue #548EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.92%

R = 17.5%
G = 29.58%
B = 52.92%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#548EFE (or 0x548EFE) is known color: Cornflower Blue. HEX triplet: 54, 8E and FE. RGB value is (84,142,254). Sum of RGB (Red+Green+Blue) = 84+142+254=480 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.5% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #548EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548EFE is #AB7101. Grayscale: #888888. Windows color (decimal): -11235586 or 16682580. OLE color: 16682580.

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

Color convert

RGB 84 142 254 -
CMYK 0.67 0.44 0 0.00
HSL 219.53º 0.99% 0.66% -
HSV(B) 219.53º 0.67% 1% -
XYZ 31.22 28.39 97.6 -
YUV 137.43 193.78 89.89 -
System Red Green Blue C M Y K H S L
Decimal 84 142 254 0.67 0.44 0 0.00 219.53 0.99 0.66
Hex 54 8E FE 43 2C 0 0 DC 63 42
Octal 124 216 376 103 54 0 0 334 143 102
Binary 1010100 10001110 11111110 1000011 101100 0 0 11011100 1100011 1000010

Color Harmonies of #548EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548EFE

Black with #548EFE

Text Example


Text Example

White with #548EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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