Html Css Color HEX #548BFF Cornflower Blue

📋 copy color: '#548BFF'

red 84 ◦ green 139 ◦ blue 255

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

Shades of Cornflower Blue #548BFF

Tints of Cornflower Blue #548BFF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.08%

 BLUE value IS 255 (100% from 255) = 53.35%

R = 17.57%
G = 29.08%
B = 53.35%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#548BFF (or 0x548BFF) is known color: Cornflower Blue. HEX triplet: 54, 8B and FF. RGB value is (84,139,255). Sum of RGB (Red+Green+Blue) = 84+139+255=478 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.57% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #548BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548BFF is #AB7400. Grayscale: #878787. Windows color (decimal): -11236353 or 16747348. OLE color: 16747348.

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

Color convert

RGB 84 139 255 -
CMYK 0.67 0.45 0 0
HSL 220.7º 1% 0.66% -
HSV(B) 220.7º 0.67% 1% -
XYZ 30.94 27.57 98.3 -
YUV 135.78 195.28 91.07 -
System Red Green Blue C M Y K H S L
Decimal 84 139 255 0.67 0.45 0 0 220.7 1 0.66
Hex 54 8B FF 43 2D 0 0 DD 64 42
Octal 124 213 377 103 55 0 0 335 144 102
Binary 1010100 10001011 11111111 1000011 101101 0 0 11011101 1100100 1000010

Color Harmonies of #548BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548BFF

Black with #548BFF

Text Example


Text Example

White with #548BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,139,255); }

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

background-color css

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

 a { background-color: rgb(84,139,255); }

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

border-color css

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

 span { border-color: rgb(84,139,255); }

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