Html Css Color HEX #557FEC Cornflower Blue

📋 copy color: '#557FEC'

red 85 ◦ green 127 ◦ blue 236

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

Shades of Cornflower Blue #557FEC

Tints of Cornflower Blue #557FEC

RGB

 RED value IS 85 (33.59% from 255) = 18.97%

 GREEN value IS 127 (50% from 255) = 28.35%

 BLUE value IS 236 (92.58% from 255) = 52.68%

R = 18.97%
G = 28.35%
B = 52.68%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#557FEC (or 0x557FEC) is known color: Cornflower Blue. HEX triplet: 55, 7F and EC. RGB value is (85,127,236). Sum of RGB (Red+Green+Blue) = 85+127+236=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #557FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557FEC is #AA8013. Grayscale: #7E7E7E. Windows color (decimal): -11173908 or 15499093. OLE color: 15499093.

HSL color Cylindrical-coordinate representation of color #557FEC: hue angle of 223.31º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #557FEC is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 127 236 -
CMYK 0.64 0.46 0 0.07
HSL 223.31º 0.8% 0.63% -
HSV(B) 223.31º 0.64% 0.93% -
XYZ 26.48 23.17 82.43 -
YUV 126.87 189.59 98.14 -
System Red Green Blue C M Y K H S L
Decimal 85 127 236 0.64 0.46 0 0.07 223.31 0.8 0.63
Hex 55 7F EC 40 2E 0 7 DF 50 3F
Octal 125 177 354 100 56 0 7 337 120 77
Binary 1010101 1111111 11101100 1000000 101110 0 111 11011111 1010000 111111

Color Harmonies of #557FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557FEC

Black with #557FEC

Text Example


Text Example

White with #557FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557FEC; }

 p { color: rgb(85,127,236); }

 H1.HeaderClassName
 {
   color: #557FEC;
 }
 .AnyTagClassName
 {
   color: #557FEC;
 }
</style>

background-color css

<style>
 a { background-color: #557FEC; }

 a { background-color: rgb(85,127,236); }

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

border-color css

<style>
 span { border-color: #557FEC; }

 span { border-color: rgb(85,127,236); }

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