Html Css Color HEX #548AFE Cornflower Blue

📋 copy color: '#548AFE'

red 84 ◦ green 138 ◦ blue 254

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

Shades of Cornflower Blue #548AFE

Tints of Cornflower Blue #548AFE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.99%

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

R = 17.65%
G = 28.99%
B = 53.36%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#548AFE (or 0x548AFE) is known color: Cornflower Blue. HEX triplet: 54, 8A and FE. RGB value is (84,138,254). Sum of RGB (Red+Green+Blue) = 84+138+254=476 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.65% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #548AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548AFE is #AB7501. Grayscale: #868686. Windows color (decimal): -11236610 or 16681556. OLE color: 16681556.

HSL color Cylindrical-coordinate representation of color #548AFE: hue angle of 220.94º 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 #548AFE is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 84 138 254 -
CMYK 0.67 0.46 0 0.00
HSL 220.94º 0.99% 0.66% -
HSV(B) 220.94º 0.67% 1% -
XYZ 30.63 27.22 97.4 -
YUV 135.08 195.11 91.57 -
System Red Green Blue C M Y K H S L
Decimal 84 138 254 0.67 0.46 0 0.00 220.94 0.99 0.66
Hex 54 8A FE 43 2E 0 0 DD 63 42
Octal 124 212 376 103 56 0 0 335 143 102
Binary 1010100 10001010 11111110 1000011 101110 0 0 11011101 1100011 1000010

Color Harmonies of #548AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548AFE

Black with #548AFE

Text Example


Text Example

White with #548AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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