Html Css Color HEX #548EEA Cornflower Blue

📋 copy color: '#548EEA'

red 84 ◦ green 142 ◦ blue 234

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

Shades of Cornflower Blue #548EEA

Tints of Cornflower Blue #548EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.87%

R = 18.26%
G = 30.87%
B = 50.87%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#548EEA (or 0x548EEA) is known color: Cornflower Blue. HEX triplet: 54, 8E and EA. RGB value is (84,142,234). Sum of RGB (Red+Green+Blue) = 84+142+234=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #548EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548EEA is #AB7115. Grayscale: #868686. Windows color (decimal): -11235606 or 15371860. OLE color: 15371860.

HSL color Cylindrical-coordinate representation of color #548EEA: hue angle of 216.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #548EEA is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 142 234 -
CMYK 0.64 0.39 0 0.08
HSL 216.8º 0.78% 0.62% -
HSV(B) 216.8º 0.64% 0.92% -
XYZ 28.18 27.17 81.6 -
YUV 135.15 183.78 91.52 -
System Red Green Blue C M Y K H S L
Decimal 84 142 234 0.64 0.39 0 0.08 216.8 0.78 0.62
Hex 54 8E EA 40 27 0 8 D9 4E 3E
Octal 124 216 352 100 47 0 10 331 116 76
Binary 1010100 10001110 11101010 1000000 100111 0 1000 11011001 1001110 111110

Color Harmonies of #548EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548EEA

Black with #548EEA

Text Example


Text Example

White with #548EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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