Html Css Color HEX #548EFC Cornflower Blue

📋 copy color: '#548EFC'

red 84 ◦ green 142 ◦ blue 252

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

Shades of Cornflower Blue #548EFC

Tints of Cornflower Blue #548EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.72%

R = 17.57%
G = 29.71%
B = 52.72%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#548EFC (or 0x548EFC) is known color: Cornflower Blue. HEX triplet: 54, 8E and FC. RGB value is (84,142,252). Sum of RGB (Red+Green+Blue) = 84+142+252=478 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.57% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #548EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548EFC is #AB7103. Grayscale: #888888. Windows color (decimal): -11235588 or 16551508. OLE color: 16551508.

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

Color convert

RGB 84 142 252 -
CMYK 0.67 0.44 0 0.01
HSL 219.29º 0.97% 0.66% -
HSV(B) 219.29º 0.67% 0.99% -
XYZ 30.9 28.26 95.92 -
YUV 137.2 192.78 90.06 -
System Red Green Blue C M Y K H S L
Decimal 84 142 252 0.67 0.44 0 0.01 219.29 0.97 0.66
Hex 54 8E FC 43 2C 0 1 DB 61 42
Octal 124 216 374 103 54 0 1 333 141 102
Binary 1010100 10001110 11111100 1000011 101100 0 1 11011011 1100001 1000010

Color Harmonies of #548EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548EFC

Black with #548EFC

Text Example


Text Example

White with #548EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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