Html Css Color HEX #548FDF Cornflower Blue

📋 copy color: '#548FDF'

red 84 ◦ green 143 ◦ blue 223

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

Shades of Cornflower Blue #548FDF

Tints of Cornflower Blue #548FDF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.78%

 BLUE value IS 223 (87.5% from 255) = 49.56%

R = 18.67%
G = 31.78%
B = 49.56%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#548FDF (or 0x548FDF) is known color: Cornflower Blue. HEX triplet: 54, 8F and DF. RGB value is (84,143,223). Sum of RGB (Red+Green+Blue) = 84+143+223=450 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.67% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #548FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548FDF is #AB7020. Grayscale: #868686. Windows color (decimal): -11235361 or 14651220. OLE color: 14651220.

HSL color Cylindrical-coordinate representation of color #548FDF: hue angle of 214.53º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #548FDF is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 143 223 -
CMYK 0.62 0.36 0 0.13
HSL 214.53º 0.68% 0.6% -
HSV(B) 214.53º 0.62% 0.87% -
XYZ 26.8 26.86 73.58 -
YUV 134.48 177.95 92 -
System Red Green Blue C M Y K H S L
Decimal 84 143 223 0.62 0.36 0 0.13 214.53 0.68 0.6
Hex 54 8F DF 3E 24 0 D D7 44 3C
Octal 124 217 337 76 44 0 15 327 104 74
Binary 1010100 10001111 11011111 111110 100100 0 1101 11010111 1000100 111100

Color Harmonies of #548FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548FDF

Black with #548FDF

Text Example


Text Example

White with #548FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,143,223); }

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

background-color css

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

 a { background-color: rgb(84,143,223); }

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

border-color css

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

 span { border-color: rgb(84,143,223); }

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