Html Css Color HEX #548CFB Cornflower Blue

📋 copy color: '#548CFB'

red 84 ◦ green 140 ◦ blue 251

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

Shades of Cornflower Blue #548CFB

Tints of Cornflower Blue #548CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.47%

 BLUE value IS 251 (98.44% from 255) = 52.84%

R = 17.68%
G = 29.47%
B = 52.84%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#548CFB (or 0x548CFB) is known color: Cornflower Blue. HEX triplet: 54, 8C and FB. RGB value is (84,140,251). Sum of RGB (Red+Green+Blue) = 84+140+251=475 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.68% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #548CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548CFB is #AB7304. Grayscale: #878787. Windows color (decimal): -11236101 or 16485460. OLE color: 16485460.

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

Color convert

RGB 84 140 251 -
CMYK 0.67 0.44 0 0.02
HSL 219.88º 0.95% 0.66% -
HSV(B) 219.88º 0.67% 0.98% -
XYZ 30.45 27.61 94.99 -
YUV 135.91 192.95 90.97 -
System Red Green Blue C M Y K H S L
Decimal 84 140 251 0.67 0.44 0 0.02 219.88 0.95 0.66
Hex 54 8C FB 43 2C 0 2 DC 5F 42
Octal 124 214 373 103 54 0 2 334 137 102
Binary 1010100 10001100 11111011 1000011 101100 0 10 11011100 1011111 1000010

Color Harmonies of #548CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548CFB

Black with #548CFB

Text Example


Text Example

White with #548CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,140,251); }

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

background-color css

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

 a { background-color: rgb(84,140,251); }

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

border-color css

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

 span { border-color: rgb(84,140,251); }

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