Html Css Color HEX #548FF2 Cornflower Blue

📋 copy color: '#548FF2'

red 84 ◦ green 143 ◦ blue 242

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

Shades of Cornflower Blue #548FF2

Tints of Cornflower Blue #548FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 51.6%

R = 17.91%
G = 30.49%
B = 51.6%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#548FF2 (or 0x548FF2) is known color: Cornflower Blue. HEX triplet: 54, 8F and F2. RGB value is (84,143,242). Sum of RGB (Red+Green+Blue) = 84+143+242=469 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.91% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #548FF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548FF2 is #AB700D. Grayscale: #888888. Windows color (decimal): -11235342 or 15896404. OLE color: 15896404.

HSL color Cylindrical-coordinate representation of color #548FF2: hue angle of 217.59º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #548FF2 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 84 143 242 -
CMYK 0.65 0.41 0 0.05
HSL 217.59º 0.86% 0.64% -
HSV(B) 217.59º 0.65% 0.95% -
XYZ 29.51 27.94 87.84 -
YUV 136.65 187.45 90.45 -
System Red Green Blue C M Y K H S L
Decimal 84 143 242 0.65 0.41 0 0.05 217.59 0.86 0.64
Hex 54 8F F2 41 29 0 5 DA 56 40
Octal 124 217 362 101 51 0 5 332 126 100
Binary 1010100 10001111 11110010 1000001 101001 0 101 11011010 1010110 1000000

Color Harmonies of #548FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548FF2

Black with #548FF2

Text Example


Text Example

White with #548FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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